rstudio / bslib

Tools for theming Shiny and R Markdown via Bootstrap 3, 4, or 5.
https://rstudio.github.io/bslib/
Other
486 stars 58 forks source link

selectizeInput() is inaccessible with some dark Bootswatch themes #879

Closed cpsievert closed 1 year ago

cpsievert commented 1 year ago

The selected item isn't visible since the "contrasting" color isn't correct

page_fixed(
    theme = bs_theme(preset = "darkly"), 
    selectInput("foo", NULL, state.name)
) |> shinyApp(\(...) {})
github-actions[bot] commented 10 months ago

This issue has been automatically locked. If you have found a related problem, please open a new issue (with a reproducible example or feature request) and link to this issue. :raising_hand: Need help? Connect with us on Discord or Posit Community.