- Fixes #719 Feature request: Up and down arrow keys behavior matching standard number input
- Adds 2 new options to control how the up and down arrow keys behave:
modifyValueOnUpDownArrow
andupDownStep
Changes:
- By default the up and down arrows will now increment and decrement the element value like any 'numeric' input does. You can get back the previous behavior by setting
modifyValueOnUpDownArrow: false
in your options.