The set of presets can be cleared by using presets=character(0).
1 2 3 4 5 6 7 | 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.