The new FilterMenu/Clear does not fire Filter event

The reason behind this can be found in this thread:

Long story short you cannot both bind and change runtime a parameter property in Blazor. Every StateHasChanged() will reset the property to initial state.

It will be available in our next update.

1 Like