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
When using 'date-range' filter, you input some value in Min or Max, and then clear that value.. No data is shown afterwards...
This is also happening on your official example, which I provided.
What I could notice is, initial state of those filters are [undefined, undefined], but when the field gets cleared, it becomes [null, undefined]... Maybe that could help.
Minimal, Reproducible Example - (Optional, but Recommended)
Do you intend to try to help solve this bug with your own PR?
No, because I do not know how
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.
The text was updated successfully, but these errors were encountered:
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 using 'date-range' filter, you input some value in Min or Max, and then clear that value.. No data is shown afterwards...
This is also happening on your official example, which I provided.
What I could notice is, initial state of those filters are [undefined, undefined], but when the field gets cleared, it becomes [null, undefined]... Maybe that could help.
Minimal, Reproducible Example - (Optional, but Recommended)
https://codesandbox.io/p/devbox/github/KevinVandy/mantine-react-table/tree/v2/apps/mantine-react-table-docs/examples/customize-filter-variants/sandbox
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 know how
Terms
The text was updated successfully, but these errors were encountered: