You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! A quick question about how updating works for menu_item when also using shiny.router. My apologies if I am missing something simple. Here is a repex of a "working" dashboard:
It is clear that the routing is working as intended, showing the two pages when selected in the menu. However, the item feature of the selected menu_item is not updated when clicked, i.e. the "Dashboard" page is always the active menu item. I would think that the render_menu_link in menu.R should take care of this, but apparently it does not.
Hi! A quick question about how updating works for
menu_item
when also usingshiny.router
. My apologies if I am missing something simple. Here is a repex of a "working" dashboard:It is clear that the routing is working as intended, showing the two pages when selected in the menu. However, the item feature of the selected
menu_item
is not updated when clicked, i.e. the "Dashboard" page is always the active menu item. I would think that therender_menu_link
inmenu.R
should take care of this, but apparently it does not.Maybe
active_location
is not matchinglocation
when usingshiny.router
? All help is much appreciated and thanks for a great package! :-)The text was updated successfully, but these errors were encountered: