Forum Discussion
1P_David
1Password Team
3 years agoThanks for confirming, jaredmeakin!
You can disable the 1Password menu from appearing in the fields by right-clicking the 1Password icon in a field of the page and selecting 1Password - Password Manager > Hide on this page, however, this won't persist after closing your browser. Since you're developing a site, you can instead try using the data-1p-ignore
attribute to tell 1Password to ignore a field. Here's an example:
<input type="text" id="username" name="ig" data-1p-ignore>
If interested, I've included a link to some of our developer documentation below:
- https://developer.1password.com/docs/web/compatible-website-design/#build-logical-forms
Let us know how that works for you.