[ACCEPTED]-Preventing Browser Text Input Suggestions-user-interface
Accepted answer
Gecko-based browsers support a tag attribute 4 called "autocomplete". So in 3 your <form>
tag you would put <form autocomplete="off">
.
More here: How to turn off form autocompletion
Some 2 other browsers have support for this as 1 well. I believe IE will honor this.
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.