select_field.Rd
Select fields are translated into selectInput
new_select_field( value = character(), choices = character(), multiple = FALSE, ... )
Default text input value.
Select choices
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.