Is the spinner always displayed in the html number input field?
when I do a number input field as follows:
<input type="number" />
Then the number field gets the added spinner when I hover over the field. Many people talk about how to disable these spinners as follows:
http://css-tricks.com/snippets/css/turn-off-number-input-spinners/
But I would like to know how you make them ALWAYS visible, and not just when you hover over them?
+4
3 answers