Clear all Multi dropdown values

A common UX pattern for multi dropdown filters is to be able to clear all filters by clicking a cross on the dropdown button when values are selected (see image attached). This would save individually clearing the values and a smoother UX.

Unfortunately I cannot figure out how to achieve this with the standard Bubble multi dropdown plugin. Does anyone know if it’s possible and how? Thanks!

Wrap multidropdown in a group. On the click of cross, reset that group. It’ll clear all the selections.

Aha, thank you, so simple! My multi dropdown is in a GroupFocus so resetting that group when clicking the cross worked. I think I got stuck on the fact that it’s an input so only ‘Reset relevant inputs’ would work.

1 Like