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