Both IE and Firefox (maybe others, I didn’t research it much) support the autocomplete attribute. If you set it to “off” these browsers will no longer display the autocompletion.
<input type="text" autocomplete="off" />
Both IE and Firefox (maybe others, I didn’t research it much) support the autocomplete attribute. If you set it to “off” these browsers will no longer display the autocompletion.
<input type="text" autocomplete="off" />