New to Kendo UI for Vue? Start a free 30-day trial

TooltipProps

tooltip-enabled Boolean

  • If tooltip-enabled is set to true, the tooltip of the RangeSlider is enabled.
  • If tooltip-enabled is set to false, the tooltip of the RangeSlider is disabled.

tooltip-format String

The format string for the text of the tooltip.

The applied format will also influence the appearance of the tick labels of the RangeSlider.

tooltip-template String

The template of the tooltip.

The template supports the following variables:

  • selectionStart—The currently selected start value.
  • selectionEnd—The currently selected end value.