Skip to content

Alert box cuts off text when string is too long without whitespace #53

@daattali

Description

@daattali

Example:

library(shiny)

ui <- fluidPage(
  
)

server <- function(input, output, session) {
  shinyalert::shinyalert(text = "one,two,three,four,five,six,seven,eight,nine,ten,eleven,twelve,thirteen,fourteen,fifteen")
}

shinyApp(ui, server)

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions