Unplanned
Last Updated: 11 Jun 2025 18:07 by ADMIN

By default the Slider displays a tooltip containing "Drag" on hover. Is it possible to change the text of this tooltip?

I've checked the documentation, but the Slider component doesn't have a prop for setting or styling the tooltip.

Wrapping a Tooltip Component around the Slider didn't work either.

Unplanned
Last Updated: 19 Mar 2024 09:15 by Josh

Currently, hovering the draghandle shows the title "Drag". Instead, it should show the current value of the Slider.

With the current implementation, this is only possible by rendering a ToolTip component and customizing it: