Created
June 4, 2014 08:01
-
-
Save voku/029c968829be112bd339 to your computer and use it in GitHub Desktop.
turn off autocomplete for input: 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. - DEMO: http://jsfiddle.net/voku/PdQMQ/
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 name="test" type="text" autocomplete="off" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment