Skip to content

Instantly share code, notes, and snippets.

@chrisgfortes
Created April 26, 2019 16:06
Show Gist options
  • Save chrisgfortes/e46fbe0d720ef789a93c05b84edff51b to your computer and use it in GitHub Desktop.
Save chrisgfortes/e46fbe0d720ef789a93c05b84edff51b to your computer and use it in GitHub Desktop.
Turning Off Autocomplete in Chrome with React
<div>
<input autocomplete="new-password" />
<input autocomplete="new-username" />
</div>
<!-- Reference: https://stackoverflow.com/questions/18531437/stop-google-chrome-auto-fill-the-input -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment