Can I have an HTML number input’s arrows jump different than its step attribute?
I have an <input type="number" step="1">
element for choosing font size. However, given the context of drawing on a large canvas, changing the number by 1 is barely noticeable. It would be more convenient for users if they could step up or down by 5 or 10 each time they click the arrow.