inovua / reactdatagrid

Empower Your Data with the best React Data Grid there is
https://reactdatagrid.io
Other
3.45k stars 57 forks source link

🐛 eq filter using multiple select does show any values #356

Open samfweb opened 1 year ago

samfweb commented 1 year ago

What edition are you using Doc's version

Relevant code or config: See https://reactdatagrid.io/docs/filtering#filter-types-&-operators example

What you did:

  1. Change multi-select filter to eq
  2. Choose 'London'
  3. See no values are returned

What happened:

No values are shown despite some meeting filter criteria

Reproduction repository:

See https://reactdatagrid.io/docs/filtering#filter-types-&-operators example

Problem description:

Eq multiselect filter should function correctly