Answers for "how to make input without recommendation"

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 "how to make input without recommendation"

Browse Popular Code Answers by Language