stepper.js
stepper.js copied to clipboard
step interval behaving like native number input field
Could you explain what this solves? Thanks!
It should respect min, max and step. So example: max=10 min= 0 step=4
If you write "2" in the input and then hit "up button" it should input "4" (not "6" as now). I was hasty. I have not tested it yet. I'll do it.
Ah, completely missed that. Let me know if its ready, i'll test it myself and merge it. Thanks!
So I already tested. And IMHO it works fine.