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;
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;
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.