Skip to content

Instantly share code, notes, and snippets.

@mksglu
Created March 30, 2020 04:05
Show Gist options
  • Save mksglu/327502ed125ba93497507b43731c3ef2 to your computer and use it in GitHub Desktop.
Save mksglu/327502ed125ba93497507b43731c3ef2 to your computer and use it in GitHub Desktop.
Chrome Version 80.0.3987.149 (Official Build) (64-bit) `Disable` Form Input Autocomplete and Autofill
<input type="text" readonly="readonly" onfocus="javascript: this.removeAttribute('readonly')">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment