InputNumber just perform the onChange when blur #3003
Labels
Resolution: Workaround
Issue or pull request contains a workaround. It needs to be reviewed further by Core Team
Type: Bug
Issue contains a defect related to a specific component.
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Describe the feature you would like to see added
The current behavior of the InputNumber component has, for me, some "limitations". I would like, when I use the "onValueChange" props, to be able to listen all changes inputted, but it just happens when the input lose it's focus. The current behavior can be noticed in the following codesandbox.
https://codesandbox.io/s/wizardly-greider-ulf2li
Is your feature request related to a problem?
No response
Describe the solution you'd like
I would like the "onValueChange" to listen every change I perform in the input, not just when the input lose it's focus.
Describe alternatives you have considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: