Return to Snippet

Revision: 70336
at January 19, 2016 07:10 by apphp-snippets


Initial Code
<input name="email" type="text" autocomplete="off" />

Initial URL
http://www.apphp.com/index.php?snippet=html-autocomplete-off

Initial Description
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.

Initial Title
Turn Off Autocomplete for Input in HTML

Initial Tags


Initial Language
HTML