Example of Tooltip in Javascript Range Slider Control

/
/
Tooltip

This sample demonstrates the rendering of Slider component with tooltip. Drag the thumb over the bar for selecting the values between min and max to enable the tooltip.

More Details...

Placement
ShowOn
Description

Slider component displays the tooltip to indicate the current value to the user. In this demo, we have demonstrated Tooltip with Default and Range Slider. Buttons can be used to increment or decrement the slider value. Buttons can be enabled in Slider using showButtons property Tooltip position and opening behavior can be customized through the placement and showOn properties from property pane. The dragInterval is used to drag the slider's both handles using the range bar and it is applicable only to range slider. For more information, refer to the placement and tooltip section from the documentation.