Answers for "stop suggestions in input field htmll"

3

prevent suggestions input html

<input type="text" autocomplete="off">
Posted by: Guest on April-23-2021
2

how to remove suggestions from input field

<input type="text" autocomplete="off"></input>
Posted by: Guest on May-17-2021

Code answers related to "stop suggestions in input field htmll"

Browse Popular Code Answers by Language