Uma Annamalai
05/22/2023, 5:32 PMJason Bosco
05/22/2023, 5:47 PMHow can we convert the widgets that are only available on the React Hook Form version? Can they be used interchangeably?Unfortunately this is not possible: Source - https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/react-hooks/#:~:text=React%20InstantSearch%20and%20React%20InstantSearch,with%20the%20React%20InstantSearch%20components
Jason Bosco
05/22/2023, 5:50 PMAlso, how do we stop the search results from populating in the background while they are checking off filtering criteria? We want it to only show the search results after clicking the show results button at the bottom of our filtering form.You would have to build a custom widget to do this, similar to what’s described here: https://www.algolia.com/doc/guides/building-search-ui/going-further/improve-performance/react-hooks/#turn-off-search-as-you-type
Uma Annamalai
05/23/2023, 4:00 AMJason Bosco
05/23/2023, 2:55 PMUma Annamalai
05/25/2023, 2:03 PM