Skip to content
New issue

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

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

Already on GitHub? # 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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
2 participants