Is there a way to add the password mask/unmask option to my password field?
Forums
Password Mask/Unmask Option
Hi Omid,
What is the mask/unmask option ? you mean the "mask" feature ?
Best regards,
Max
What is the mask/unmask option ? you mean the "mask" feature ?
Best regards,
Max
Unmasking the password (making the password visible) by clicking on the small icon that appears after you start typing the password.
Here is an example:
https://www.creditkarma.com/signup
Here is an example:
https://www.creditkarma.com/signup
Hi omidhz,
There's a JavaScript snippet on GitHub here that you could use. Note that it is a straightforward change of type - except for IE which doesn't allow this so the code then creates a replacement input element.
Bob
There's a JavaScript snippet on GitHub here that you could use. Note that it is a straightforward change of type - except for IE which doesn't allow this so the code then creates a replacement input element.
Bob
This topic is locked and no more replies can be posted.