results

Emits the current query result each time the user updates the query and the result is meant to be rendered in the selection dropdown.

The emitted QueryResult.ItemList holds both the current query and the associated list of items.

The dropdown can be populated by iterating over the items, while the query may optionally be used to highlight the matching passage of the item's String representation.

For more information refer to the official documentation.

See also