-
Notifications
You must be signed in to change notification settings - Fork 298
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
When using startExpanded = TRUE the arrow icon isn't pointing downwards #382
Comments
I am running into the same problem if I select another |
As a workaround the currently opened menu can be monitored via JS to update the icon accordingly:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using the
startExpanded
parameter for childfullmenuItems
the arrow icon is usingfa-angle-left
when first invoking the app (Maybe this is because the parentli.treeview
tag isn't getting updated with class "active"?). Instead it should point downwards (usingfa-angle-down
), to be aligned with the behaviour when clicking themenuItem
manually:Example code:
The text was updated successfully, but these errors were encountered: