updateAirDateInput: Change the value of 'airDatepickerInput()' on the client

View source: R/input-airDatepicker.R

updateAirDateInputR Documentation

Change the value of airDatepickerInput() on the client

Description

Change the value of airDatepickerInput() on the client

Usage

updateAirDateInput(
  session = getDefaultReactiveDomain(),
  inputId,
  label = NULL,
  value = NULL,
  clear = FALSE,
  options = NULL,
  show = FALSE,
  hide = FALSE
)

Arguments

session

The session object passed to function given to shinyServer.

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 in JavaScript documentation

show, hide

Show / hide datepicker.

Examples

if (interactive()) {

  demoAirDatepicker("update")

}

shinyWidgets documentation built on Aug. 30, 2023, 5:17 p.m.