autocomplete="off" doesn't work in Chrome
See original GitHub issueusing autocomplete="off"
does not stop Chrome’s autofill from working.
The current workaround is to pass a random value to it
I use autocomplete="nope"
and it works great. You can put in any string value that is not “off” or “on” in there.
I suggest autocomplete="awesomplete"
https://www.20spokes.com/blog/what-to-do-when-chrome-ignores-autocomplete-off-on-your-form
Issue Analytics
- State:
- Created 5 years ago
- Comments:15 (8 by maintainers)
Top Results From Across the Web
Chrome ignores autocomplete="off" - Stack Overflow
Chrome respects autocomplete=off only when there is at least one other input element in the form with any other autocomplete value. This will...
Read more >Stopping Chrome from ignoring autocomplete=off - Adam Silver
But there's a problem with Chrome: it sometimes ignores autocomplete="off" . Now even though this is annoying, it might be the right thing...
Read more >Permanently disable autocomplete; standard solutions DO ...
Click the Chrome menu icon. (Three lines at the top right of the screen.) · Click on Settings. · At the bottom of...
Read more >HTML : autocomplete= off not working in chrome - YouTube
HTML : autocomplete = off not working in chrome [ Beautify Your Computer : https://www.hows.tech/p/recommended.html ] HTML : autocomplete= ...
Read more >Autocomplete = "off" not working - Laracasts
I eventually discovered changing the id/name of the element solved the problem. It's like Chrome has some hard-coded keywords it looks for and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I guess I should release a new version with the revert. Would that work for y’all? If so, I can do it later today.
Happy new year!!
Done, thanks for the ping! Now if only I could find some time to review all the outstanding PRs… 😕