Change the value of airDatepickerInput on the client
Change the value of airDatepickerInput
on the client
updateAirDateInput( session, inputId, label = NULL, value = NULL, clear = FALSE, options = NULL, show = FALSE, hide = 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. |
options |
Options to update, see available ones here: http://t1m0n.name/air-datepicker/docs/. |
show, hide |
Show / hide datepicker. |
if (interactive()) { demoAirDatepicker("update") }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.