Drop downs no resetting

Question:
I have a search bar on the page that filters the cms dataset and I also have two drop downs. Once I use the search bar to filter, the drop downs no longer filter. How can I reset the drop downs. Don’t know why the search bar causes the drop downs to no longer filter.

Product:
Wix Editor

What are you trying to achieve:
I want to be able to use drop downs to filter content on the page and also use a search bar to filter the CMS dataset

What have you already tried:
I have the drop downs and search bar on the page. The drop downs work as along as I don’t use the search bar. Once I use the search bar, the drop downs no longer filter.

1 Like

Hi, Rod_Burns !!

If you have any Velo code, sharing it would make it easier for community members to help resolve the issue. :wink:

function likeThisFunction() {
    console.log("Please share your code like this!!");
}
1 Like