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'm trying to hide the browser autocomplete box from saved addresses when clicked on the box.
I noticed in your code you have the line "autocomplete: 'off'".
From my research using "off" doesn't work anymore for most browsers. Instead, I have found that using "autoComplete="randomstring" " works to resolve this issue.
Is there a way I can resolve this within the installed package?
Hello,
I'm trying to hide the browser autocomplete box from saved addresses when clicked on the box.
I noticed in your code you have the line "autocomplete: 'off'".
From my research using "off" doesn't work anymore for most browsers. Instead, I have found that using "autoComplete="randomstring" " works to resolve this issue.
Is there a way I can resolve this within the installed package?
Here is the code I'm using
The text was updated successfully, but these errors were encountered: