FinSweet CMS filter select field sometimes disappear on Safari

I’m using FS Attributes CMS Filter v1 for this page. (I initially tried v2, but it was too buggy, so I reverted to v1 — still not working correctly.)

Issue: The second select field (Brand) stops responding after filtering.
For example, after selecting “Pottery Barn” or “Arhaus” and the list filters, I tried to click on the brand field again, the field will not display.

Temporary workarounds:

  • Clicking the nav menu, then clicking off — the Brand field reappears.

  • Leaving the browser and returning also makes it reappear.

  • Once it reappears, the issue does not recur, even after further selections.

Here’s a Loom video for demo.

Here are two simple screenshots.

Some context of this page’s build:

Both select fields use fs-cmsfilter-field=“category” — intentionally, so users can filter either by Category or Brand, but not both at once. I added custom code to clear the inactive filter when the other is changed.

Try it out here: https://shelleygoldberg.webflow.io/work password: gooddesign!


Here is my site Read-Only: LINK

Thanks in advance.

1 Like

@Ling the issue with your javascript code.

on line number 29:

please change to $brandsSelect.on(‘change’, function() {

after update do let us know is working fine?

1 Like

Hi Ahmed,

Thanks so much for replying. I deleted that line of code, still working the same way.Nothing really changed.

i notice issue is with javascript code, because a function is called multiple time, so this happens.

Bump. Still happening in Safari.