0

Is there a standard alternative to -webkit-text-security as I want to apply password disc like display to other elements apart from input fields

-webkit-text-security: disc;
Abdelrahman
  • 525
  • 1
  • 4
  • 13

1 Answers1

1

If you want to use an alternative for -webkit-text-security you should use custom fonts like text-security. But if you have concerns about cross browsing or browsers that do not support -webkit-text-security you should check this solution.

SMAKSS
  • 9,606
  • 3
  • 19
  • 34