Description
We’re looking for a way to figure out when the filter has finished loading all items for a query.
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
Description
We’re trying to achieve the following interaction: hide the Show filter button on the page whenever a filter query is submitted and the CMS items are still loading. We’ve got thousands of items in our CMS, loading the items takes a few seconds, and we want to enable the Show filter button only when all items have loaded.
We haven’t been successful in solving this with custom code. We tried:
-
Using some updates in the actual list
-
addHook from here for both afterRender and render - https://github.com/finsweet/attributes/blob/dc992c92b102623bef062c42234bd86d5af418e1/packages/list/README.md
-
DOM Events
Thank you!