I have an input with type=text which I want to show stars like an input with type=password using only CSS.
type=text
type=password
Basically I
This works only for text field (:
text
input { -webkit-text-security: none; } input { -webkit-text-security: circle; } input { -webkit-text-security: square; } input { -webkit-text-security: disc; /* Default */ }