Add allowEmpty property to InputNumber #1502
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Determines whether the input field is empty.
allowEmpty: true -> inputValue: ''
allowEmpty: false -> inputValue: 0
The text was updated successfully, but these errors were encountered: