Clears the search input field.
Searches for the specified input value and selects the matching result.
The value to search for.
A promise that resolves to the selected SearchResult,
or undefined if no matching result is found or selected.
Sets the search input field to the given value. The suggestion menu is not opened automatically when setting the input value.
The value to be set in the search input field.
API to control the Search component imperatively