• Introduction
  • Getting Started
  • Vue 2 End of Support
  • Native Components
    • Animation
    • Buttons
    • Chartsupdated
    • Conversational UInew
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gauges
    • Grid
    • Icons
    • Indicators
    • Inputs
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Notification
    • PDF Processing
    • Popup
    • Progress Bars
    • Scheduler
    • ScrollView
    • Tooltip
    • TreeList
    • TreeView
    • Upload
  • Wrapper Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • FAQ
  • Troubleshooting
New to Kendo UI for Vue? Start a free 30-day trial

RangeSliderProps

Represents the properties of [RangeSlider](% slug api_inputs_rangeslider %) component.

NameTypeDefaultDescription

ariaDescribedBy?

string

Identifies the element(s) which will describe the component, similar to HTML aria-describedby attribute. For example these elements could contain error or hint message.

ariaLabelledBy?

string

Identifies the element(s) which will label the component.

defaultValue?

Range

The default set values of type Range - start and end.

dir?

string

The RangeSlider direction ltr or rtl.

disabled?

boolean

Determines the disabled mode of the RangeSlider, if true - disabled.

endTabIndex?

number

Sets the tabIndex attribute to the end drag handle.

id?

string

Sets the id property of the top div element of the RangeSlider.

max

number

The maximum possible value of the RangeSlider.

min

number

The minimum possible value of the RangeSlider.

name?

string

Specifies the name property of the input DOM element.

onChange?

(event: RangeSliderChangeEvent) => void

Triggered after value change - gets outside access to the element, new values and the event type.

required?

boolean

Specifies if null is a valid value for the component.

startTabIndex?

number

Sets the tabIndex attribute to the start drag handle.

step?

number

The step by which the value is increment/decrement.

valid?

boolean

Overrides the validity state of the component. If valid is set, the required property will be ignored.

validationMessage?

string

Controls the form error message of the component. If set to an empty string, no error will be thrown.

validityStyles?

boolean

If set to false, no visual representation of the invalid state of the component will be applied.

value?

Range

The flexible values of type Range - start and end`.

vertical?

boolean

The RangeSlider orientation if true - vertical, else - horizontal.