On my site designed for mobile devices I have an input field that is used for PIN numbers. I want the text to be hidden as it is entered and I want the number pad to pop up
type = "tel" .class { -webkit-text-security: disc; -moz-webkit-text-security: disc; -moz-text-security: disc; }