Open pasqualepalmaccio opened 5 years ago
This is still an issue, I have tried it as well as documented. Please update this ASAP or tell us how to get the active selected menu item. thnx
I have this issue too please update this
Edit: Hi I fixed this way:
in the link property of every single menu item I set the full path of the Item. Previously i was only setting the /componentName instead of the /fullpath/componentName
I got it too. Event the example in document doesn't work, you can try and see no change in "selectedItem": https://akveo.github.io/nebular/docs/components/menu/examples#nbmenuservice
Is there a way to observe menu selected item? I need to collapse my sidebar when an item is selected. Any advice????
I triggered a function for the click event but item is null
Hi, in documentation at https://akveo.github.io/nebular/docs/components/menu/overview#nbmenuitem is described as you can get selected item and, in live mode, selected item received active class. How do you set selected item? in my "getSelected()" selected item is null. My menu's behaviour is similar to menu described in first section https://akveo.github.io/nebular/docs/components/menu/overview#nbmenucomponent where items never be "active status"