rstudio / shinydashboard

Shiny Dashboarding framework
https://rstudio.github.io/shinydashboard/
Other
894 stars 298 forks source link

Tab Switching support for menuSubItems #161

Open bairlie opened 8 years ago

bairlie commented 8 years ago

When using sub items in a Shiny Sidebar tabs no longer switch when an item is selected in the sidebar. If the tabName is added to menuSubItem then that sub-item will no longer work, encountered this issue when using a fileInput as a menuSubItem. Managed to use a work-around specified in the following link:

http://stackoverflow.com/questions/37595124/react-to-menuitem-tab-selection

Is it possible for this issue to be looked into at some point? Let me know if you need more information.