Just use the autocomplete attribute:
<input name="q" type="text" autocomplete="off"/>
This would be useful when a text input is one-off and unique. Like a CAPTCHA input, one-time use codes, or for when you have built your own auto-suggest/auto-complete feature and need to turn off the browser default.
- Tech Tricks answered 2 years ago
- You must login to post comments
Your Answer
Please login first to submit.