awesomplete
awesomplete copied to clipboard
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
https://stackoverflow.com/a/38961567/395414
Thanks! PR?
BTW I thought my PR would fix this but for the new Chrome's version, it didn't. 😭
Ok, after some investigation, it seems to fix some cases and some not. Maybe you can try in your own context @FranciscoG.
@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:

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 thanks so much for the quick turnaround.
No worries, though I did a release yesterday, and now I'm not sure what to do. :(
Aargh. This is problematic indeed, no good solution...
For the record it did fix the Chrome's bug in pre-69 version. Since 69 it's back.
We should let it "off", but maybe being able to parametreize would be useful.
For the release, just bump it to 1.1.4, it will like 1.1.2 with some fixes included.
Sorry about this! Very frustrating indeed that Chrome is inconsistent. My original solution worked for my needs at the time but I have since switched jobs and have not been able to test it since.
Is there an anticipated timeframe for releasing the reverted change made in https://github.com/LeaVerou/awesomplete/pull/17162?
Bump? Going to have to revert to using 1.12 because of this.
I'm also wondering how (if) this issue can be resolved - I tried to get consistent "autocomplete" behaviour for IE11, FF and Chrome (showing the suggestion on first click), but with Chrome showing both dropdowns (while FF would need two clicks without additional lib) its a bit unsatisfying :-(
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.
@LeaVerou Hate to bug but can we get an update on this? (Happy New Year 🎉 )
Happy new year!!
Done, thanks for the ping! Now if only I could find some time to review all the outstanding PRs... :/