Animation duration in milliseconds for expand and collapse animations.
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.
Property used to retrieve the children of a node.
Note: This is subject to being replaced by a function in future versions.
Special mode that allows only one path to be expanded. Expands all ancestor nodes of the selected node, as well as the selected node itself. Collapses all others.
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.
Whether or not to expand a node when it is selected.
Property used to determine whether a node is expanded or not.
Note: This is subject to being replaced by a function in future versions.
Creates an entry (object) from a string entered by the user.
Property used to determine whether a node has children that need to be lazy-loaded.
Note: This is subject to being replaced by a function in future versions.
Function for retrieving children of a node.
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.
The ID of the initially selected entry in the tree.
Note: This option is subject to change!
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.
Whether or not to show the expander controls for parent nodes.
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