How do I close Hamburger menu which is open, from the drop down list item inside the hamburger #5308
-
#5294 I require drop down list in the left and in the right section. I cannot restrict the list only to left. I have total of 7 lists. Your opinion of one list will not work for me. I have 5 lists in the left side. and 2 lists in the right. help would be greatly appreciated. And my question was, how to close the Hamburger menu, which I did not get the reply for. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @digish777 - this seems more of a I believe what is needed is for when the app navigation is in responsive mode and the navigation is hidden/shown for responsive use cases. Please help me understand more if I am not right. The solution involves two things:
Additionally I added some css that will move the drop down menu closer to the button that opens and closes it. Obviously my stackblitz is just a POC so you may need to handle some use cases or edge cases that are specific to the app but this stackblitz should help you move forward. |
Beta Was this translation helpful? Give feedback.
Hi @digish777 - this seems more of a
How does my app ...
question and not an issue. I'm going to move it into the discussions format.I believe what is needed is for when the app navigation is in responsive mode and the navigation is hidden/shown for responsive use cases. Please help me understand more if I am not right.
The solution involves two things:
clr-dropdown-menu
so the app can useclrIfOpenChange
eventsAdditionally I added some css that will move the drop down menu closer to the button that opens and closes it.
Obviously my stackblitz is just a POC so you may need to handle s…