Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve keyboard navigation #6

Open
lorant-one opened this issue Oct 26, 2024 · 1 comment
Open

Improve keyboard navigation #6

lorant-one opened this issue Oct 26, 2024 · 1 comment
Assignees
Labels
enhancement Refinement of an existing feature / component
Milestone

Comments

@lorant-one
Copy link
Member

Some components can only be navigated with tabs, some get tabindex unintentionally.
Some components doesn't work properly with the return key.

Affected components

Components using DropdownWrapper: multiple tabindex on the main element.
SegmentedControl: Missing arrow key navigation
UserMenu: Return doesn't trigget dropdown (focus ring shape is incorrect on element)

All components should be reviewed to ensure proper accessibility.

@lorant-one lorant-one added feature request Request a new feature enhancement Refinement of an existing feature / component and removed feature request Request a new feature labels Nov 18, 2024
@lorant-one lorant-one self-assigned this Nov 18, 2024
@zsofiakm zsofiakm added this to the v0.5 milestone Dec 9, 2024
@lightyfr
Copy link

Also, Id like to see the Dialog close when clicked outside of the form if that's possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Refinement of an existing feature / component
Projects
None yet
Development

No branches or pull requests

3 participants