Is there a way to "mask" the input of a text field to act like a password field (to show dots instead of text) without making the text box of type password? We prefer CSS than javascript...
any ideas?
This may be the answer you were looking for:
-webkit-text-security: disc;
-moz-text-security: disc;
text-security: disc;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With