This repository was archived by the owner on Oct 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Demo doesn't block browser auto-complete #874
Comments
What do you mean by "a tag" ? |
Sorry, I entered invalid markdown, the comment should make more sense now. |
tried this under chrome 42, osx 10.10.2, last version stable of ui-select. Didn't solve the issue. |
Seems like in the latest versions of Chrome/FF, I have to actually modify the template to put autocomplete="false" on the input element. "off" doesn't seem to work anymore. |
hugobessa
added a commit
to hugobessa/ui-select
that referenced
this issue
Jul 1, 2015
… not leting the browser autocomplete in chrome and firefox new versions
Hi folks, the solution made by hugobessa worked for me. |
Should be solved soon with #1210 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using Chrome 41, the browser allowed me to select one of my stored addresses, which was not an allowed option on the scope. Wrapping the ui-select in a
<form autocomplete="off">
tag, solves the issue.This is a widely discussed problem of browsers selectively respecting the autocomplete attribute.
The text was updated successfully, but these errors were encountered: