Closed Kenzo-Wada closed 4 hours ago
7.14.0
@mantine/core
Next.js
All
tooltip of Slider flickers onClick.
https://github.com/user-attachments/assets/6db5995d-ae3a-44ba-990a-ef24972c434a
https://mantine.dev/core/slider/
I'll dig into the codes later. Maybe we should set some delay time to show tooltip to prevent this issue.
I think that it is fine, tooltip is opened when the slider is being dragged
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.14.0
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
tooltip of Slider flickers onClick.
https://github.com/user-attachments/assets/6db5995d-ae3a-44ba-990a-ef24972c434a
If possible, include a link to a codesandbox with a minimal reproduction
https://mantine.dev/core/slider/
Possible fix
I'll dig into the codes later. Maybe we should set some delay time to show tooltip to prevent this issue.
Self-service