html input file suggestion off code example
Example 1: form input autocomplete off
<input autocomplete="off"></input>
Example 2: input disable autocomplete
autocomplete="off"
<input autocomplete="off"></input>
autocomplete="off"