Filter based on dropdown selection, no user button click?

I have a wix pro gallery that is filtered based on the code in this article:

This method requires a user to select an option from a drop down, then click on a button to confirm and then the gallery is filtered. Is there amother method to cut out the button click and have the filter execute upon drop down selection?

thanks!

Hi!

You can always use the dropdown’s onChange event.
Meaning that when the input changes the function is executed - sounds exactly what you’re looking for!

Let me know if it worked for you.

Doron.

1 Like

You, sir, are a gentleman and a scholar. Thanks for the assist.

1 Like