-
-
Notifications
You must be signed in to change notification settings - Fork 989
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove autocomplete in chrome browser #728
Comments
Thanks! Sounds good :) |
Alter autocomplete value from "off" to "nope". fixes shentao#728
@shentao |
@shentao can you reopen this? It looks like it a PR was not opened. Also, it seems that the "nope" is ignored by Firefox and it reverts to default autocompletion behavior. |
@shentao |
It seems |
I sooo hate that happening... |
tl;dr I doubt there can be "one right way". How about a string option which defaults to The long version: It appears there is an official answer. This explains the reasoning behind it ("think of the https://bugs.chromium.org/p/chromium/issues/detail?id=468153#c164 so... This says what to use: https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill So there it says it's still to supposed to work but... no. And the battle rages here: https://bugs.chromium.org/p/chromium/issues/detail?id=587466 |
Any news about this fix ? I still have autocomplete="nope" |
Can this be re-opened? Is a minor yet annoying usability bug. |
I have resolved this issue by using refs.
|
|
|
It seems autocomplete="off" won the battle... This is still anoying. It should be reopened. https://www.w3schools.com/howto/howto_html_autocomplete_off.asp I'm implementing the hack from @ravipatel2293 but hope for a better long term solution |
I want to thank you for your work, vue-multiselect works really great!
Can you please replace the autocomplete="off" with autocomplete="nope" as a bug fix for chrome wich ignores the first one ?
the bug
https://bugs.chromium.org/p/chromium/issues/detail?id=370363
the solution (on the bottom of the section "Disabling autocompletion")
https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion#Disabling_autocompletion
I tested it and it works well (for now)
The text was updated successfully, but these errors were encountered: