-
Notifications
You must be signed in to change notification settings - Fork 273
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
Create a SideNavigation component #1871
Comments
Hey @vladitasev, |
Hello @MarcusNotheis Currently the desired behaviour can be implemented inside the application using I just tested it out and it works as expected: $0.addEventListener("ui5-selection-change", event => {
if (!event.detail.isArrowClicked) {
event.detail.item.expanded = !event.detail.item.expanded;
}
}); |
Thanks @fifoosid, that's exactly what we have been looking for :) |
Hello @MarcusNotheis A quick update from our side: We changed the internal implementation of the |
No description provided.
The text was updated successfully, but these errors were encountered: