Specifies 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.
If true
, disables user interaction of the component.
Placeholder text if value
is empty.
The current text value of the component. Value is updated on user interaction.
An event that is emitted when a user has inputted or cleared the search term. The event may be delayed according to the current debounce
value.
The scene tree controller