Weweb | How to reset a dropdown?

Hello,

How do I reset a dropdown option for search? I don’t have options like “all”.

Thank you

Hi @Khalil :wave:

You have a couple of options:

1- you could add a “Reset” button that triggers a workflow to reset your dropdown variable

2- in your dropdown options, you could add an “All” option that users can select and modify your filter so that, when “All” is selected, the filter is not applied:

Does that help?