Dropdown of Select component does not close onClick outside in prod #7068
Unanswered
Igor-Arefev
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Update Mantine packages to the latest version, the issue has been fixed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have encountered a very strange behavior. I am using Select component and in local development it behaves predictably, when dropdown is open and I clik outside it closes. But in production, it doesn't work. And you have to either click on the dropdown itself or on the select element to close it.
I use it inside the Paper component. I have Next JS 14, and library version ^7.13.2, also tailwind for styling
Beta Was this translation helpful? Give feedback.
All reactions