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:
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.