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;

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
  • 8,547
  • 3
  • 16
  • 32