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

feat(ui5-bar): allow role change #11134

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

feat(ui5-bar): allow role change #11134

wants to merge 2 commits into from

Conversation

tsanislavgatev
Copy link
Contributor

fixes: #10990

@tsanislavgatev tsanislavgatev requested a review from unazko March 20, 2025 14:14
*
*/
@property()
accessibleRole: `${BarAccessibleRole}` = "Toolbar";
Copy link
Contributor

@unazko unazko Mar 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll need to provide recommendations to the users on how to use this new property.
In the openui5 project the logic is internal and no explanations are required.
Also in order to properly test this ourselves we could provide a dev sample that changes the number of interactive elements at runtime and therefore changes the role accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[SF][Bar]: Role provided to bar is not cascaded to the DOM and instead take toolbar as default
2 participants