I'm interested in sticking with some basic HTML elements to let users increment the value in a number input field.
I know this is possible through Javascript/JQuery rewiring, but is it possible to interact with these arrows without JS?
Thanks!
I'm interested in sticking with some basic HTML elements to let users increment the value in a number input field.
I know this is possible through Javascript/JQuery rewiring, but is it possible to interact with these arrows without JS?
Thanks!
Yes, you can (webkit only I assume):
See JSFiddle method 1
See JSFiddle method 2
Reference