I have tried and failed to find a pure CSS way of making a password-styled input field also pull up a numeric keypad on mobile on Firefox. (Deprecated support of text-security: disc
on type=number
inputs, for one failed example.)
It seems like this problem would be solved if we could say an input had types of both password
and number
or tel
.
What is it about how how input
works makes us unable to design browsers this way?
Top comments (0)