mantine-react-table icon indicating copy to clipboard operation
mantine-react-table copied to clipboard

bug: range-slider in popover mode input.select is not a function

Open TobiasWust opened this issue 5 months ago • 0 comments

mantine-react-table version

v1.3.4 v2.0.0-beta.9

react & react-dom versions

all

Describe the bug and the steps to reproduce it

If I use a range-slider filter with columnFilterDisplayMode: "popover" there is an error: Uncaught TypeError: _b2.select is not a function at mantine-react-table.js?v=55a4e794:117851:100

Minimal, Reproducible Example - (Optional, but Recommended)

  • Go to official example for https://www.mantine-react-table.com/docs/guides/column-filtering#faceted-values-for-filter-variants
  • https://stackblitz.com/github/KevinVandy/mantine-react-table/tree/v1/apps/mantine-react-table-docs/examples/enable-filter-facet-values/sandbox?file=src%2FTS.tsx
  • change to columnFilterDisplayMode: "popover"
  • look at console

Screenshots or Videos (Optional)

Image

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

None

Terms

  • [x] 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.

TobiasWust avatar Sep 09 '25 08:09 TobiasWust