Clicking any PinInput.Input should focus the first Input when empty #3015
paularmstrong
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When I click on any box of an empty PinInput group, I expect it to extend keyboard focus to the first element in the set, not the one clicked.
This is an accessibility issue for low mobility users, who would expect to be able to tap any of the boxes and type in all items, not just starting from the one tapped.
Generally, I would assume focus would always move to the first empty box when tapping any empty box.
Scenario: all empty:
Scenario: not all empty:
Scenario: not all empty:
Link to Reproduction (or Detailed Explanation)
https://codesandbox.io/p/devbox/black-hill-glp8wv
Steps to Reproduce
Ark UI Version
5.34.0
Framework
Browser
all
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions