Closed MattCowgill closed 3 years ago
Should work better if you re-install from GitHub, but note that you risk to encounter some troubles with other widgets by using Bootstrap 5, you're welcome to report them here.
Victor
Great, the GitHub version works, thank you @pvictor. Thanks as well for a useful package.
Hi, If I configure a Shiny app to use Bootstrap 5 via
bslib::bs_theme(version = "5")
,shinyWidgets::dropdownButton()
stops working. I have provided an example below. The button displays in the UI, but does not respond when clicked. Note that the currentbslib
(>= 0.3.0) is required to use Bootstrap 5. Thank you.