Hi there,
I think I've found a bug, but want to run it past you first in case it's known/there's a workaround. I put checkbox filters in this grid: https://codesandbox.io/s/romantic-goldstine-hg8ttr
Bug repro steps:
- Filter the first or second column - pick 1 or 2 items ==> the active CSS shows (as expected!)
- Add a third or fourth item to the filter ==> the active CSS disappears (not as expected)
The bug: In general, when 3 or more items are chosen from the checkbox filter, the GridColumnMenuFilter.active() method does not return the correct value.
Is there a workaround for this (other than writing my own little check?) - maybe a utility fn that I could use to check the nested active filter state beyond the .active() method?