Builder public api key
fbf40af7219745d1a115b63d1c3582b3
What are you trying to accomplish
I am using the hamburger menu template and it works great. One problem I’m having is that when you click an item within the hamburger menu, the menu does not dismiss. This is a very undesirable UX, especially on mobile. It forces the user to make a selection, then press ‘X’.
To dismiss the hamburger menu when the navigation item is selected, you will need to add a click event binding to the navigation item, then select the custom code option and add the following code state.hamburgerMenuActive = false