Is it possible to listen for the search input events? #8765
Replies: 1 comment 2 replies
-
|
I'm assuming you use Algolia DocSearch, which relies on a component built by the Algolia team ( The best is to get in touch with them directly to figure out if what you want to achieve and see how you can listen for typing events from their React props API? cc @shortcuts |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
So I want to have a way to track what is being searched in the search bar without interfering with the functionality itself. I basically need to trigger some events based on what is being typed. I tried swizzling the SearchBar component and the Search component from the NavBar, but did not manage to get what is being typed... Is there any way to accomplish that?
Beta Was this translation helpful? Give feedback.
All reactions