DEANO.ME

Autocomplete

 

Anyone looking to disable the Auto Complete drop down that appears when using an input box with the same name more than once can look no further. In your HTML all you need to do is specify autocomplete="off" on each input box you wish to disable auto-completion. Example <input type=”text” name=”email” value=”” autocomplete="off"> However you […]