Answers for "input without suggestions html"

0

input tag no suggestions

//To disable suggestions
<input autocomplete="off" />

//To enable suggestion
<input autocomplete="on" />
Posted by: Guest on August-27-2020

Code answers related to "input without suggestions html"

Browse Popular Code Answers by Language