Skip to content

Instantly share code, notes, and snippets.

@Mustafa-Omran
Created February 23, 2022 12:36
Show Gist options
  • Save Mustafa-Omran/c1a22542154da22249d91036584dd31c to your computer and use it in GitHub Desktop.
Save Mustafa-Omran/c1a22542154da22249d91036584dd31c to your computer and use it in GitHub Desktop.
HTML - Disable autocomplete suggestions
<input type="text" autocomplete="off" autocomplete="chrome-off">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment