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
py-shiny currently copies over CSS (and JS) from (R) shiny (which is pre-compiled with Bootstrap 3 in mind).
In the build script, we do re-compile CSS for ionRangeSlider to target Bootstrap 5 (+ our styling tweaks). We should be doing a similar thing for input_selectize(), input_date(), etc...
The text was updated successfully, but these errors were encountered:
cpsievert
changed the title
shiny.css, selectize, & other 3rd party CSS should be re-compiled for Bootstrap 5
Selectize & other 3rd party CSS should be re-compiled for Bootstrap 5
Oct 24, 2023
#772 didn't close this issue. Here's a reprex of the problem. The border for input_selectize() doesn't match input_select() because selectize.css hasn't been compiled against bs_theme(preset = "shiny").
py-shiny currently copies over CSS (and JS) from (R) shiny (which is pre-compiled with Bootstrap 3 in mind).
In the build script, we do re-compile CSS for ionRangeSlider to target Bootstrap 5 (+ our styling tweaks). We should be doing a similar thing for
input_selectize()
,input_date()
, etc...The text was updated successfully, but these errors were encountered: