Is it possible to have an input
element with type
equal to number
, whose arrow buttons would change the value not by step
attribute, but by other given number?
I need to have a field with step equal to .001, buy I'd like to make +-1 jumps by clicking arrows. (I ask aboout native arrow buttons, of course I can simulate them anyhow, but that's not the question.)