Choices
Choices copied to clipboard
Trigger an event as soon as the user inputs something in the search input field
Is your feature request related to a problem? Please describe.
We would like to hook into the moment a user types something in the search field, but before the search actually happens (so the search
event is not an option).
Describe the solution you'd like
An event, such as one called changeQuery
, gets sent as soon as the user types into the field.