You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a filter by category and when a user selected none of them then I need it to behave as Select All (e.g. the filter not applied). So I can't use the Select All option but I made instead a manual "Select All" option with just an empty value. It works but now I need to deselect other options when clicking on it. I can't do this inside of the onChange listener because there is no $this.
The text was updated successfully, but these errors were encountered:
I have a filter by category and when a user selected none of them then I need it to behave as Select All (e.g. the filter not applied). So I can't use the Select All option but I made instead a manual "Select All" option with just an empty value. It works but now I need to deselect other options when clicking on it. I can't do this inside of the onChange listener because there is no $this.
The text was updated successfully, but these errors were encountered: