Skip to contents

function to generate a selectInput with the custom ssz label styling (via "ssz-label" class)

Usage

sszSelectInput(inputId, label, choices, selectize = TRUE, ...)

Arguments

inputId

inputId parameter for selectInput

label

label parameter for selectInput

choices

choices parameter for selectInput,

selectize

optional selectize parameter, default TRUE, but watch out for influence of other widgets (related to this? https://github.com/rstudio/shiny/issues/3125)

...

further named parameters to be passed to selectInput, e.g. selected

Value

the same as selectInput with modified label class

Examples

if (FALSE) { # \dontrun{
inst / examples / sszSelectInput / app.R
} # }