Answers for "prevent input suggestion"

3

prevent suggestions input html

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

input suggestion off

Add this property in your input tag:
autocomplete="off"
Posted by: Guest on July-29-2021

Code answers related to "prevent input suggestion"

Browse Popular Code Answers by Language