updateTypeaheadInput: updateTypeaheadInput

Description Usage Arguments See Also

View source: R/typeahead.R

Description

updateTypeaheadInput Update a typeaheadInput buttons.

Usage

1
2
updateTypeaheadInput(session, inputId, label = NULL, value = NULL,
  choices = NULL)

Arguments

session

The session object passed to function given to shinyServer.

inputId

Input variable to assign the control's value to

label

Display label for the control

value

Initial value

choices

Array of strings to match against. Can also be JavaScript function. Use htmlwidgets::JS() to indicate JavaScript.

See Also

typeaheadInput


ThomasSiegmund/shinyTypeahead documentation built on May 5, 2019, 3:49 a.m.