You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a 1Password user (and employee). Whenever I am editing a local business's details in iD, I am frustrated that the 1Password browser extension offers to fill out my personal address instead of the business's address.
I don't work on our browser extension, I could not tell you why every password manager has their own custom data attribute
when autocomplete=off exists.
I was very pleased to find out that there was already a well-used utility function
to disable autocomplete/autocorrect/autocapitalize in modules/util/util.js under the utilNoAuto function. So, I already have a working commit that would address this for 1Password, Bitwarden, Dashlane, and LastPass. It extends what was already built in #3839 and #5818.
Screenshots
The text was updated successfully, but these errors were encountered:
I am a 1Password user (and employee).
Whenever I am editing a local business's details in iD,
I am frustrated that the 1Password browser extension offers
to fill out my personal address
instead of the business's address.
I don't work on our browser extension,
I could not tell you why every password manager
has their own custom data attribute
when autocomplete=off exists.
But, for fairness,
I am including other major password managers'
custom data attributes to stop them as well
from autofilling address fields.
I was very pleased to find out that
there was already
a well-used utility function
to disable autocomplete/autocorrect/autocapitalize.
Fixesopenstreetmap#10507
Description
I am a 1Password user (and employee). Whenever I am editing a local business's details in iD, I am frustrated that the 1Password browser extension offers to fill out my personal address instead of the business's address.
I don't work on our browser extension, I could not tell you why every password manager has their own custom data attribute
when
autocomplete=off
exists.I was very pleased to find out that there was already a well-used utility function
to disable autocomplete/autocorrect/autocapitalize in modules/util/util.js under the
utilNoAuto
function. So, I already have a working commit that would address this for 1Password, Bitwarden, Dashlane, and LastPass. It extends what was already built in #3839 and #5818.Screenshots
The text was updated successfully, but these errors were encountered: