OptionalcontrollerOptionaldebounceSpecifies the delay, in milliseconds, to emit search events after user input.
If this value is specified, searches will automatically occur after a keystroke has occurred and the debounce threshold has elapsed.
Defaults to undefined, and searches only occur on an Enter press or a blur event.
OptionaldisabledIf true, disables user interaction of the component.
OptionalonAn event that is emitted when a user has changed or cleared the search term. The event may be delayed according to the current debounce value.
OptionalonAn event that is emitted when a search has completed.
OptionalplaceholderPlaceholder text if value is empty.
OptionalvalueThe current text value of the component. Value is updated on user interaction.
The scene tree controller