I have a HTML5 number input type
<input type="number">
My requirement is that the user should be able to set the value only through UP & DOWN arrow (spinners). User shouldn't be able to enter the value manually. Is it possible using CSS only?
I am using node-webkit.
Similar to this approach: