Skip to content

Instantly share code, notes, and snippets.

@FrenchTechLead
Last active May 20, 2020 01:58
Show Gist options
  • Save FrenchTechLead/b1c6c0f7a14acbdfd74b3e2a6665f935 to your computer and use it in GitHub Desktop.
Save FrenchTechLead/b1c6c0f7a14acbdfd74b3e2a6665f935 to your computer and use it in GitHub Desktop.
Disable autocomplete on inputs
<input type="text"
autocomplete="off"
autocorrect="off"
autocapitalize="none"
spellcheck="false"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment