Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

updateAirDateInput

Change the value of airDatepickerInput on the client


Description

Change the value of airDatepickerInput on the client

Usage

updateAirDateInput(
  session,
  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 here: http://t1m0n.name/air-datepicker/docs/.

show, hide

Show / hide datepicker.

Examples

if (interactive()) {

  demoAirDatepicker("update")

}

shinyWidgets

Custom Inputs Widgets for Shiny

v0.6.0
GPL-3
Authors
Victor Perrier [aut, cre, cph], Fanny Meyer [aut], David Granjon [aut], Ian Fellows [ctb] (Methods for mutating vertical tabs & updateMultiInput), Wil Davis [ctb] (numericRangeInput function), Spencer Matthews [ctb] (autoNumeric methods), JavaScript and CSS libraries authors [ctb, cph] (All authors are listed in LICENSE.md)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.