auto suggest input off code example
Example 1: how to make html input not autofill
<input type="text" autocomplete="off" />
Example 2: autocomplete off input
autocomplete="off"
<input type="text" autocomplete="off" />
autocomplete="off"