Is there any way to change how much a number is incremented when using the up/down arrows on a HTML number input form?
<input type="number" step="any" value="0.00000000"></input>
I'm working with tiny numbers, it would be nice if the up/down arrows incremented just 0.00000001 at a time, instead of a whole number.
- 0.00000000
- 0.00000001
- 0.00000002
- 0.00000003
Instead of
I doubt very much if there is an easy way to do this, just though I'd ask and see if anyone else has a workaround or method as I'm sure many people experience a similar issue.
Thanks,
question from:
https://stackoverflow.com/questions/26003148/change-the-increment-value-of-html-number-input-decimals 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…