KevinVandy / mantine-react-table

A fully featured Mantine V5 implementation of TanStack React Table V8, forked from Material React Table

Home Page:https://www.mantine-react-table.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v2 multi-select filter UI is broken.

Nasubikun opened this issue · comments

mantine-react-table version

2.0.0-beta.1

react & react-dom versions

18.2.0

Describe the bug and the steps to reproduce it

When filterVariant set to "multi-select", the X button next to it doesn't work and the place holder keeps to be shown.

https://v2.mantine-react-table.com/docs/guides/column-filtering

You can see the bug in the document. (State filter)

This works well with MRT v1.

Minimal, Reproducible Example - (Optional, but Recommended)

https://v2.mantine-react-table.com/docs/guides/column-filtering

State filter in the mid of this document.

Screenshots or Videos (Optional)

No response

Do you intend to try to help solve this bug with your own PR?

No, because I do not have time to dig into it

Terms

  • I understand that if my bug cannot be reliably reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.

As a workaround, pass clearable: true to mantineFilterMultiSelectProps