updateTypeahead Update a bsTypeahead buttons.
updateTypeahead(session, inputId, label = NULL, value = NULL, choices = NULL)The session object passed to function given to shinyServer.
Input variable to assign the control's value to
Display label for the control
Initial value
Array of strings to match against. Can also be JavaScript function. Use htmlwidgets::JS() to indicate JavaScript.
bsTypeahead