Closed scrapeable closed 11 months ago
Maybe the same as this: https://github.com/rstudio/shiny/issues/3552
As mentioned here, there's decent chance this issue has been fixed in the development version of Shiny. We'd be grateful if you could try it out before the release and report back!
# install.packages("pak")
pak::pak("rstudio/shiny")
I confirm that for at least this usecase:
library(shiny)
ui <- fluidPage(
selectInput("test", label = NULL, choices = "Środa Śląska")
)
server <- function(input, output, session) {
}
shinyApp(ui, server)
Problem is solved :)
Thank you!
@cpsievert once I upgraded to development version I did not notice the issue again this weekend, so on my end things look good too!
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.
running bslib version 0.5.1
This weird bug keeps happening where choices in my selectizeinput keep getting the ends of them cut off, it usually happens for the same word too. This bug is illusive, I snapped the below screenshot working on a different app.
However if I type around in the selectizeinput in the below reprex it usually starts happening even on basic apps, after sometime. If I have the app running for a long time it always happens. Once the bug starts happening it just gets progressively worse and more words / parts of words cut off.