/ Published in: HTML
This would be useful when a text input is one-off or unique. Like a username or email 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.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<input name="email" type="text" autocomplete="off" />
URL: http://www.apphp.com/index.php?snippet=html-autocomplete-off