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
Finally, I found an answer here:
input[type=number] { -webkit-text-security: disc; }
(only works in WebKit based browsers)