Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
veggie_89
4 months agoNew Contributor
1password doesn't respect autocomplete="off" attribute on select html elements
1password is autofilling a select box because one of items in it contains the word "California" (my home state). The dropdown has nothing to do with home address so as the developer of the form, I've tried adding autocomplete="off" to the field but 1password plugin on chrome seems to be completely ignoring the attribute and filling it in anyway.
Please allow developers to signify which fields should not autofill with user information by honoring this native html schema.
2 Replies
- 1P_SimonH
Community Manager
Hi veggie_89,
Thanks for reporting this! I see the team just started investigating this based on another report, but I've added you as also being affected by the issue. I'll update here when I have more information.
ref: 38079 - AJCxZ0Bronze Expert
You might consider using the element `data-1p-ignore="true"`.
While I don't fully understand all the tricks the plugin does to fill, supplanting `autocomplete` in favour of user control seems likely to be essential.