Skip to content

Instantly share code, notes, and snippets.

@pixelchar
Created September 26, 2013 14:36
Show Gist options
  • Select an option

  • Save pixelchar/6715112 to your computer and use it in GitHub Desktop.

Select an option

Save pixelchar/6715112 to your computer and use it in GitHub Desktop.
Disable autocomplete and autocorrect in HTML forms
<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