-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Symbiota portal name
Ecdysis
What happened?
See screenshot above. Although the country
, stateprovince
, and county
input fields all have autocomplete="off"
, Chrome does not respect this setting and shows the form autocomplete pop-up anyway based on the names of the fields. On multiple occasions, this has caused people to enter "United Arab Emirates" instead of "United States".
There are two ways to fix this:
- Rename the fields to something that Chrome will not recognize as being associated with an address. This would require extra work on the processing side, however.
- Set
autocomplete
to something not recognized by Chrome, likeautocomplete="nope"
orautocomplete="ffcountry"
, (but notautocomplete="country"
).
More information can be found at https://adamsilver.io/blog/stopping-chrome-from-ignoring-autocomplete-off/, https://stackoverflow.com/questions/12374442/chrome-ignores-autocomplete-off, and https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill.
What operational systems are you seeing the problem on?
No response
What browsers are you seeing the problem on?
Chrome
Metadata
Metadata
Assignees
Labels
No labels