New to Kendo UI for VueStart a free 30-day trial

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

Definition

Package:@progress/kendo-vue-inputs

Properties

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.

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

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.

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.

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

Parameters:eventRangeSliderChangeEvent

required?

boolean

Specifies if null is a valid value for the component.

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.

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

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

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

vertical?

boolean

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