Dropdown reset filter for repeater.

I have looked through so many previous questions on this and nothing has worked for my site. I have a series of dropdowns that each act as a separate filter for one repeater. I want to be able to select the top option “Show All” to reset that dropdown filter. I am pretty new to Wix/Velo coding. Can anyone help with this?

Hi, please share your code

When you select the “show all” option of the Dropdown, you can clear the filter by setting it to an empty filter, like this:

$w("#myDataset").setFilter( wixData.filter());