Optionaloptions: { onSelect?: AutocompleteCallback } = {}OptionalonSelect?: AutocompleteCallbackCallback to fire when an entry is selected.
The auto-complete menu.
StaticimplementationRetrieve the configured Autocomplete implementation.
Activate an auto-complete menu.
The element the autocomplete is being rendered for.
The entries to render.
Optionaloptions: { position?: any; prefix?: string } = {}Optionalposition?: anyPosition the menu. If omitted, the menu is positioned underneath the target.
Optionalprefix?: stringThe matched prefix that triggered the autocomplete menu.
Commit a choice.
Dismiss the auto-complete menu.
Move the current auto-complete selection.
The number of entries to advance the selection. A negative number moves up, and a positive number moves down.
StaticactivateBind global autocomplete listeners to a given document.
The document.
A widget that provides a drop-down list of autocompletion options.