dreamRs / shinyWidgets

shinyWidgets : Extend widgets available in shiny
https://dreamrs.github.io/shinyWidgets/
GNU General Public License v3.0
832 stars 153 forks source link

radioGroupButton rendered incorrectly by renderUI when used in conjunction with jsTreeR #694

Open datatenk opened 6 months ago

datatenk commented 6 months ago

Original issue is posted at: https://github.com/stla/jsTreeR/issues/32#issue-2279974750

TLDR: the radioGroupButton is losing styling when rendered through renderUI in the presence of jsTreeR.

pvictor commented 2 months ago

That's probably because jsTreeR load Bootstrap 3 as dependency while page_navbar() load Bootstrap 5 and HTML markup is different between the two versions of Bootstrap for radioGroupButton().