Can I use CSS to mask a span character similar to an input type password?
Are there any properties like type="password"
for the span or a specific class in Bootstrap such as class="mask"
that can achieve this effect?
https://i.stack.imgur.com/b8WQ4.png
https://i.stack.imgur.com/J5BlV.png
I would prefer not to modify my HTML by replacing the span with input type="password"
. Any suggestions on how to achieve this would be greatly appreciated.