[ACCEPTED]-How to hide a text input's browser-generated dropdown list of previous items-autocomplete
Accepted answer
Both IE and Firefox (maybe others, I didn't 3 research it much) support the autocomplete attribute. If you 2 set it to "off" these browsers 1 will no longer display the autocompletion.
<input type="text" autocomplete="off" />
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.