Description
Removing the filter tag hides the filter wrapper.
Site URL
Required: Please provide a staging/production URL where we can see the issue
- URL: https://affiliates.carsa.co.uk/used-cars?
- Webflow Read-only link: Webflow - Carsa
Steps to Reproduce [Mobile]
- Click on the filter button
- Apply a filter
- Click on the filter button
- Remove the filter tag
Expected Behavior
The filter should be removed without hiding the filter wrapper.
Actual Behavior
Removing the filter tag triggers some action that hides the filter wrapper.
Video/Screenshots
Required: Please provide a short screen recording showing the issue
Additional Context
- Mobile issue, ios Chrome and Safari
The main question is - when are all the items loaded? That’s what we’d like to know. How can we tell that all the items have finished loading? If someone clicks the Filter all button before, then the filter popup will close. We can hide the button, but when? We want to do it when all items have loaded. afterRender triggers way too early.