Skip to content

Commit

Permalink
remove undocumented label reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Oct 2, 2023
1 parent 5a8291b commit e0f1ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/optionalInput.R
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ optionalSelectInput <- function(inputId, # nolint
# visibility feature marked with display: none/block instead of shinyjs::hide/show
# as mechanism to hide/show is handled by javascript code
style = if (fixed) "display: block;" else "display: none;",
tags$label(class = "control-label", sub(":[[:space:]]+$", "", label)),
tags$label(class = "control-label", label),
# selected values as verbatim text
tags$code(
id = paste0(inputId, "_selected_text"),
Expand Down

0 comments on commit e0f1ea5

Please sign in to comment.