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
I have found that if you have set of nested boxes using the bs4Dash library in R shiny, when using the updateBox function to update the title of one box (in my example, the top of the nesting hierarchy) all box titles change, despite having different box ids.
The desired outcome is for checking 'Service_1' to update the title of 'services_box' without affecting any other box.
I have found that if you have set of nested boxes using the bs4Dash library in R shiny, when using the updateBox function to update the title of one box (in my example, the top of the nesting hierarchy) all box titles change, despite having different box ids.
The desired outcome is for checking 'Service_1' to update the title of 'services_box' without affecting any other box.
The text was updated successfully, but these errors were encountered: