Set correct autocomplete attributes for address fields #17378
-
The fields in the native addresses field all have It also prevents other assistive technology to properly parse those inputs. For example, I'm looking into attaching Mapbox Address Autofill to native addresses, but that depends on having the correct There may not be a perfect match for every individual input, though you can get very close. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
We only set |
Beta Was this translation helpful? Give feedback.
We only set
autocomplete=off
for addresses that don’t belong to the current user. If you’re editing your own address,autocomplete
will be set to the appropriate value (e.g.address-line1
).