Client side callback to invoke when value changes.
Event to initiate the autocomplete search.
enter
: Starts the search for suggestion items when the enter key is pressed.keyup
: Starts the search for suggestion items as soon as a key is released.Specifies whether filter requests are evaluated by the client's browser or whether they are sent to the server.
Generated using TypeDoc
Specifies the behavior of the dropdown button.
blank
: Sends an empty string.current
: Send the input value.