Skip to main content
May 30, 2025
Question

1password doesn't respect autocomplete="off" attribute on select html elements

  • May 30, 2025
  • 2 replies
  • 328 views

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

AJCxZ0
May 30, 2025

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.

1P_SimonH
Community Manager
June 4, 2025

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