bsTypeahead creates a textinput with type ahead function buttons.
bsTypeahead(inputId, label, value = "", choices, items = 8, minLength = 1)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. The length of choices must no exceed 131370.
The max number of items to display in the dropdown. Can also be set to 'all'
The minimum character length needed before triggering autocomplete suggestions. You can set it to 0 so suggestion are shown even when there is no text when lookup function is called.
updateTypeahead