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

Autocomplete="false" Does not work in Edge Browser #1346

Closed
wozniakty opened this issue Dec 7, 2015 · 2 comments
Closed

Autocomplete="false" Does not work in Edge Browser #1346

wozniakty opened this issue Dec 7, 2015 · 2 comments
Labels

Comments

@wozniakty
Copy link

On the Edge browser in Windows 10, autocomplete="false" does not work on the inputs, causing bizarre behavior in which auto-complete suggestions show up on the dropdown.

Autocomplete="off" seems to work however, and according to w3c autocomplete is supposed to be an on/off anyways, correct?

@T89L
Copy link

T89L commented Dec 22, 2015

@Zedoctor I think this was done to support Chrome which until very recently was ignoring autocomplete="off" but respected "false" Unfortunately as you and others have noticed false is not respected by Edge. Kind of a mess! They need to switch it back but it doesn't look like the authors are very active anymore given the issues/pulls on this repo.

See the below commit:
a3e2e95

@MattiJarvinen
Copy link
Contributor

autocomplete="off" works in current chrome, so this can be fixed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants