You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
@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.
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?
The text was updated successfully, but these errors were encountered: