Answers for "html input no suggestions"

0

input tag no suggestions

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

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

input disable autocomplete

autocomplete="off"
Posted by: Guest on March-30-2020

Code answers related to "html input no suggestions"

Browse Popular Code Answers by Language