Pricing tags appear while no filter is active

Very strange, but the price-tags (from the range slider) appear on page-load (or when you refresh the page). Can someone help me?

Hey @Dennis_Unison!

We’ve seen this exact issue before with Range Slider components where min/max price values show up as tags even when no filter is active.

Just add this attribute to your range slider wrapper element (the one with fs-rangeslider-element="wrapper"):

fs-rangeslider-lazy="true"

This prevents the Range Slider from updating on page load and waits for the user’s first interaction before applying values to the filtered list. Super simple fix! :flexed_biceps:

Another option is to use the fs-cmsfilter-hideemptytags="true" on your tag wrapper if you want to hide all empty tags automatically, not just for the range slider.

Let me know how it goes!

That’s it! Thank you very much :slight_smile:

1 Like