awesomplete: autocomplete="off" doesn't work in Chrome
using 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
About this issue
- Original URL
- State: open
- Created 6 years ago
- Comments: 15 (8 by maintainers)
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… 😕
Ugh, so I guess if it didn’t fix it in Chrome and it broke it in Firefox, I’m gonna revert it until we figure out the best course of action.
@LeaVerou Hate to bug but can we get an update on this? (Happy New Year 🎉 )
Is there an anticipated timeframe for releasing the reverted change made in https://github.com/LeaVerou/awesomplete/pull/17162?
@antoinelyset your PR seems to have broken the autocomplete behavior in Firefox 63. I’m now seeing the native autcomplete menu on top of the Awesomplete menu: