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
I have verified that I use latest version of all @mantine/* packages
What version of @mantine/* packages do you have in package.json?
7.14.3
What package has an issue?
@mantine/core
What framework do you use?
Next.js
In which browsers you can reproduce the issue?
Chrome
Describe the bug
When using Checkbox.Group with multiple Checkbox.Card elements inside, deselecting a previously selected option does not work correctly. Each card requires three clicks to deselect.
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.14.3
What package has an issue?
@mantine/core
What framework do you use?
Next.js
In which browsers you can reproduce the issue?
Chrome
Describe the bug
When using
Checkbox.Group
with multipleCheckbox.Card
elements inside, deselecting a previously selected option does not work correctly. Each card requires three clicks to deselect.This is also reproducible on the Mantine website at https://mantine.dev/core/checkbox/#checkboxcard-component
If possible, include a link to a codesandbox with a minimal reproduction
https://mantine.dev/core/checkbox/#checkboxcard-component
Possible fix
No response
Self-service
The text was updated successfully, but these errors were encountered: