Closed vektorblake closed 4 hours ago
Please provide a sandbox with a minimal reproduction
This issue seems to have appeared after this commit
Below is an example using Popover
component and useDisclosure
hook with the latest version of @mantine/core
(7.13.5)
It is not related to Combobox, see https://github.com/mantinedev/mantine/issues/7019 about Popover
I cannot reproduce the issue on my side with the latest version, you are welcome to reopen the issue if you can provide a reproduction.
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.13.4
What package has an issue?
@mantine/core
What framework do you use?
Next.js
In which browsers you can reproduce the issue?
All
Describe the bug
The dropdown in the Combobox used to expectedly close when a user clicked outside of it. As of 7.13.0, it no longer did so. For our case we added a manual
store.closeDropdown
inonClose
to resolve it, but this wasn't needed before and seems unusual.That was based on 716194c2c6497d8a507bfb25cf00c2f1dfa87c1b .
If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
No response
Self-service