-
Notifications
You must be signed in to change notification settings - Fork 56
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
Even selected Items don't change state #162
Comments
Good news! |
Hi @packe100 Can you please share the small repo so that I can see & work on it. Thanks |
Thanks @ShankyTiwari for your help. |
|
selectedListItem(event: MultilevelNode): void { |
Hi!
I have an angular 11 application with latest ng-material-multilevel-menu v 5.5.3.
I have a strange issue with my menu.
If I select any odd item, I obtain the expected behavior: the router navigates the link and the item switches to selected state (blue color).
If I select an even item the link is navigated but the item doesn't switch to selected state.
Here is menu data structure inside the component:
This is the template snipped:
Any idea about the solution of this problem would be much appreciated!
Thank you!
Max & Tonic
The text was updated successfully, but these errors were encountered: