InputNumber with spinner mode throws a JS exception #9337
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
I'm submitting a ... (check one with "x")
Current behavior
TypeError gets thrown when text-field of input-number component is empty and the value is about to be incremented or decremented via buttons.
Expected behavior
TypeError does not get thrown. New value of the field should be 0 +/- [step] if no minimum or maximum boundaries are set.
Minimal reproduction of the problem with instructions
The text was updated successfully, but these errors were encountered: