Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Demo doesn't block browser auto-complete #874

Closed
AgDude opened this issue Apr 21, 2015 · 6 comments
Closed

Demo doesn't block browser auto-complete #874

AgDude opened this issue Apr 21, 2015 · 6 comments

Comments

@AgDude
Copy link

AgDude commented Apr 21, 2015

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.

@realrunner
Copy link

What do you mean by "a tag" ?

@AgDude
Copy link
Author

AgDude commented Apr 22, 2015

Sorry, I entered invalid markdown, the comment should make more sense now.

@jquinter
Copy link

tried this under chrome 42, osx 10.10.2, last version stable of ui-select. Didn't solve the issue.

@MikeMatusz
Copy link

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
@jgesser
Copy link

jgesser commented Sep 27, 2015

Hi folks, the solution made by hugobessa worked for me.
Does any one knows when it will be released and this issue closed?
thanks!

@dimirc
Copy link
Contributor

dimirc commented Sep 28, 2015

Should be solved soon with #1210

@dimirc dimirc closed this as completed Sep 29, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants