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 just posted an issue about filter modes with multi select #453.
And I also noticed that when set columnFilterModeOptions: ['empty', 'notEmpty'] and select a mode from the menu,
I can't remove the empty or notEmpty by click on the chip.
Obviously the default fuzzy is not for multi select.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I just posted an issue about filter modes with multi select #453.
And I also noticed that when set
columnFilterModeOptions: ['empty', 'notEmpty']
and select a mode from the menu,I can't remove the
empty
ornotEmpty
by click on the chip.Obviously the default
fuzzy
is not for multi select.mantine-react-table/packages/mantine-react-table/src/components/inputs/MRT_FilterTextInput.tsx
Line 219 in 56b022a
Is there any workaround?
Beta Was this translation helpful? Give feedback.
All reactions