Greetings,
I had a CMS collection list. i added all the steps to make a select filter and it was working fine.
But I wanted a searchable dropdown filter like shown below. so i made the same select dropdown to be a select2, which gives feasibility for searchable dropdown as mentioned in the basic usage of the select2 documentation .
After adding this code in body tag, the finsweet filter functionality is not working
finsweet filter link: CMS Filter for Webflow - No-code using Attributes
select2 documentation link: Basic usage | Select2 - The jQuery replacement for select boxes
implementation: https://dropdowns-testing.webflow.io/
body code:
jQuery’s select2 is preventing the input events from bubbling. this causes cmsfilter to not catch them. after updating the code for select2 it is working
Thanks @Chaitu for sharing your solution! It works excellently for a single selection. I was wondering, if you or anyone else in the community, knows how to make it work for multi selections.