Dear Colleagues.
I made an app using the layout from the Shinydashboard package. I created the menu with menuItem and menuSubItem options. I inserted an ActioButton because I would like the app to execute the options only after selecting the options from the menu and clicking the button. I placed an ObserveEvent on the Server, however, it still executes when clicking on the SubItem menu option. How do I inhibit this menuSubItem reactivity???
Thanks.