Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

columnFilterDisplayMode="popover" click outside not working with new mantine version #483

Open
1 task done
TobiasWust opened this issue Jan 28, 2025 · 0 comments
Open
1 task done

Comments

@TobiasWust
Copy link

TobiasWust commented Jan 28, 2025

mantine-react-table version

2.0.0-beta.8

react & react-dom versions

18.3.1

Describe the bug and the steps to reproduce it

Hello,
I do have a table with columnFilterDisplayMode="popover". Previously I could click outside to close the popover, but now that doesn't work anymore - I can only click the filter button again.

It's still working with mantine 7.13.1 but not with newer version.

I created an empty vite app, just with the exact example from the docs https://v2.mantine-react-table.com/docs/guides/column-filtering#column-filter-display-modes to verify, that the bug is not caused by anything else.

Minimal, Reproducible Example - (Optional, but Recommended)

https://github.com/TobiasWust/mrt-popover-bug

  <MantineProvider>
    <MantineReactTable
      columns={columns}
      data={data}
      columnFilterDisplayMode='popover'
    />
  </MantineProvider>

Screenshots or Videos (Optional)

Image

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

None

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant