R/dndselect.R
updateDropZoneInput.Rd
The set of presets can be cleared by using presets=character(0).
updateDropZoneInput( session = getDefaultReactiveDomain(), inputId, presets = NULL, choices = NULL, placeholder = NULL )
session | The session object passed to function given to shinyServer. |
---|---|
inputId | The |
presets | Array or list of preset values. |
choices | List of acceptable values with their associated labels. Note that
the labels can be arbitrary HTML, as long as they are wrapped in a |
placeholder | Insert placeholder text. |