You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new NumberInput component is not triggering the onChange event when users press the UP and DOWN keys on the keyboard to change the input value.
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Use the onChange event instead of the onValueChange and use the UP and DOWN keys to change the value. It does trigger when typing the number but not when using the arrows on your keyboard.
Expected behavior
As a dev I expect the UP and DOWN key press to trigger the onChange function.
Screenshots or Videos
No response
Operating System Version
Windows
Browser
Chrome
The text was updated successfully, but these errors were encountered:
HeroUI Version
2.7.2
Describe the bug
The new NumberInput component is not triggering the onChange event when users press the UP and DOWN keys on the keyboard to change the input value.
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Use the onChange event instead of the onValueChange and use the UP and DOWN keys to change the value. It does trigger when typing the number but not when using the arrows on your keyboard.
Expected behavior
As a dev I expect the UP and DOWN key press to trigger the onChange function.
Screenshots or Videos
No response
Operating System Version
Windows
Browser
Chrome
The text was updated successfully, but these errors were encountered: