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
This isn't a bug, but I was curious to get some feedback. I use VGS collect to collect a one-time pin from users. I would like to prevent the browser from prompting the user to save the pin as a "password". Does this library support a use-case like that?
The text was updated successfully, but these errors were encountered:
@AnnaKudriasheva I attempted to use this solution, but ran into some issues. First, when the input gains focus, it automatically populates with the mask '****'. Then, when I type numbers into the field, the mask updates to show a combination of numbers and '*' (something like '12**'). If I were to input 4 numbers, it would look like this: '1234'. The desired functionality would be to replicate an input field of type password, but not allow Chrome to save the value. Any help would be greatly appreciated!
This isn't a bug, but I was curious to get some feedback. I use VGS collect to collect a one-time pin from users. I would like to prevent the browser from prompting the user to save the pin as a "password". Does this library support a use-case like that?
The text was updated successfully, but these errors were encountered: