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...
AJCxZ0
4 months agoBronze 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.