Whether or not to provide auto-completion.
The number of milliseconds to wait until auto-completion is performed.
Generates an autocompletion string for the current input of the user and currently highlighted entry in the dropdown.
The initial list of suggested entries.
Rendering function used to display a suggested entry (i.e. an entry displayed in the dropdown).
Similar to autoCompleteFunction. Used to set the editor's text when focusing the component.
Creates an entry (object) from a string entered by the user.
Used for highlighting suggested entries. Also used by the default filtering functions int TrivialCore
.
Html string defining what to display when the list of results from the queryFunction
is empty.
Used to retrieve the entries ("suggestions") to be displayed in the dropdown box.
Initially selected entry.
Rendering function used to display a selected entry (i.e. an entry inside the editor area of the component, not the dropdown).
The clear button is a the small 'x' at the right of the entry display that can be clicked to clear the selection.
It true
, opening the dropdown will be delayed until the result callback of the queryFunction is called.
The trigger is the button on the right side of the component that can be clicket to open the dropdown.
HTML string defining the spinner to be displayed while entries are being retrieved.
Performance setting. Defines the maximum number of entries until which text highlighting is performed.
Set to 0
to disable text highlighting.
Calculates the value to set on the original input.
Generated using TypeDoc
Whether or not to allow free text to be entered by the user.
false