Skip to content

Instantly share code, notes, and snippets.

@voku
Created June 4, 2014 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save voku/029c968829be112bd339 to your computer and use it in GitHub Desktop.
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/
<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