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
When the focus is on the input, the value will be updated according to the step prop using the arrow keys. We think that the InputNumber component should be exited using the tab key while the focus is still on the input. Otherwise, it would be necessary to press the tab key three times to exit.
Describe the bug
InputNumber: InputNumber with horizontal and vertical buttons are not accessible through keyboard.
Reproducer
No response
System Information
Steps to reproduce the behavior
Expected behavior
The focus should go to increment and decrement buttons, and user should be able to press enter and update values.
The text was updated successfully, but these errors were encountered: