How to Disable the 1Password Popup

Nov 15, 2024 ux
This post is more than 18 months old. Since technology changes too rapidly, this content may be out of date (but that's not always the case). Please remember to verify any technical or programming information with the current release.

I can never seem to find or remember how to disable each of the 1Password popup options. Hopefully this helps!

Want to disable the 1Password auto popup window? Turn off autocomplete.

<input autocomplete="off"...

But, sometimes the 1Password icon still appears in the input box. Drat. How do we turn that off?

Simple! A custom data attribute that they added to their extension.

<input data-1p-ignore...

Now the icon won’t appear automatically either.

Keep in mind, if your form has password fields, this functionality may not work.

Go to All Posts