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.11.2
What package has an issue?
@mantine/core
What framework do you use?
Vite
In which browsers you can reproduce the issue?
All
Describe the bug
Tooltip.Group is missing the extend function used to customize the Mantine theme. I initially thought that extending wasn't supposed to work for groups, until I noticed that the Radio.Group component does have an extend function, so it looks like the Tooltip.Group implementation may have just been missed.
A common use case example for implementing extend for Tooltip.Group is to set default props like openDelay and closeDelay for all groups, since Tooltip.Group will override the default delay used by a child Tooltip component.
If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
No response
Self-service
I would be willing to implement a fix for this issue
The text was updated successfully, but these errors were encountered:
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.11.2
What package has an issue?
@mantine/core
What framework do you use?
Vite
In which browsers you can reproduce the issue?
All
Describe the bug
Tooltip.Group
is missing theextend
function used to customize the Mantine theme. I initially thought that extending wasn't supposed to work for groups, until I noticed that theRadio.Group
component does have anextend
function, so it looks like theTooltip.Group
implementation may have just been missed.A common use case example for implementing
extend
forTooltip.Group
is to set default props likeopenDelay
andcloseDelay
for all groups, sinceTooltip.Group
will override the default delay used by a childTooltip
component.If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
No response
Self-service
The text was updated successfully, but these errors were encountered: