Forum Discussion

veggie_89's avatar
veggie_89
New Contributor
4 months ago

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's avatar
    1P_SimonH
    Icon for Community Manager rankCommunity 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

  • AJCxZ0's avatar
    AJCxZ0
    Bronze 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.