| updateAirDateInput {shinyWidgets} | R Documentation |
Change the value of a airDate input on the client
updateAirDateInput(session, inputId, label = NULL, value = NULL, clear = FALSE)
session |
The |
inputId |
The id of the input object. |
label |
The label to set for the input object. |
value |
The value to set for the input object. |
clear |
Logical, clear all previous selected dates. |
## Not run:
demoAirDatepicker("update")
## End(Not run)