-
Hello Algolia I totally agree my title isn't pretty clear. But to detail out my problem, I'm actually working with react-instantsearch and I successfully added all the required widgets (filters etc...) I needed. But then, when trying to work around with the mobile view, I decided to put all my filter in a modal that opens only when the user clicks on the filter button. The issue I'm facing is that when the user selects all his filters in the modal and clicks on the button to see the products when the modal disappears, the main component resets and the chosen filters aren't applied. Here is a video showing what I'm talking about: Screen.Recording.mp4I tried implementing using the same idea from here but I couldn't because I'm using a modal that constantly mounts and unmounts. Here is my component: I'll really appreciate if you guys could give me some ideas on how to implement that. Thanks and have a nice day |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 1 reply
-
This should work out of the box, although you need to do two things:
|
Beta Was this translation helpful? Give feedback.
This should work out of the box, although you need to do two things: