-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
menu does not expand correctly #444
Comments
this is how i solve this problem: when the submenu is changed at run-time and if the and the
so i changed my code and set the expanded variable to true before setting the submenu:
|
Hi @ruisebastiao, thanks for reporting! |
Hey @ruisebastiao, have you tried |
Hi @nnixaa , the only async data are the menu children, how can i use addItems to add children items? But i try to use the addItems to add the root Item with the children data and the problem persists and now the child item doesn't get selected, here is my code:
|
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior:
when sub-menu items are added asynchronous the parent menu does not expand correctly if a sub-menu is selected and a page reload occurs.
Expected behavior:
Steps to reproduce:
Related code:
Other information:
npm, node, OS, Browser
Angular, Nebular
The text was updated successfully, but these errors were encountered: