When setting args. FilterChoiceCount count 2 or somevalue the expectation is that the filter dialog should display a maximum of two filter choices. However, the actual result displays more than the specified limit, indicating that the FilterChoiceCount setting is not being enforced correctly.
Replication Steps :
Open the provided Blazor Playground link.Run the example and open the Excel/Checkbox filter for any column.Observe that the number of displayed distinct values exceeds the specified limit of 5.