mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
Separate option tags with newline
This commit is contained in:
@@ -713,7 +713,7 @@ selectInput <- function(inputId, label, choices, selected = NULL,
|
||||
">",
|
||||
htmlEscape(names(choices)),
|
||||
"</option>",
|
||||
sep = "", collapse = ""));
|
||||
sep = "", collapse = "\n"));
|
||||
|
||||
# create select tag and add options
|
||||
selectTag <- tags$select(id = inputId, options)
|
||||
|
||||
Reference in New Issue
Block a user