3 days ago
Adding data-1p-ignore dynamically isn't respected
Struggling with an issue in which I want to disable 1Password dynamically (after the string in the input is 3 letters or more). This seems to work with a hack (remove the item and then add it again) but stops working after.
The following codepen is an example:
https://codepen.io/senadir/pen/GgJBrBZ
The usecase is that I want to prioritize 1Password and system autofill but after 3 letters if nothing was matched for a customer I want to go ahead and search for the field. This works the first time but once you blur and focus the field again it stops working and it stops being respected.