Skip to contents

Select fields are translated into selectInput

Usage

new_select_field(
  value = character(),
  choices = character(),
  multiple = FALSE,
  ...
)

Arguments

value

Default text input value.

choices

Select choices

multiple

Allow multiple selection

...

Other parameters passed to new_field and may be needed by ui_input to pass more options to the related shiny input.