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

fix(ui5-select): add listbox role to meet ARIA parent-child requirements #11156

Merged
merged 1 commit into from
Mar 28, 2025

Conversation

NakataCode
Copy link
Contributor

@NakataCode NakataCode commented Mar 21, 2025

Problem:

  • List items with role="option" lack required parent with role="listbox".

Solution:

  • Set accessibleRole="ListBox" on List component to establish proper ARIA hierarchy.

Fixes: #11151
Fixes: #11152

@NakataCode NakataCode merged commit dcb4edc into main Mar 28, 2025
12 checks passed
@NakataCode NakataCode deleted the select-listbox-role branch March 28, 2025 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants