Created
September 26, 2013 14:36
-
-
Save pixelchar/6715112 to your computer and use it in GitHub Desktop.
Disable autocomplete and autocorrect in HTML forms
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <input autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" /> | |
| <textarea autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"></textarea> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment