RangeSliderProps
Represents the properties of [RangeSlider](% slug api_inputs_rangeslider %) component.
Name | Type | Default | Description |
---|---|---|---|
ariaDescribedBy? |
|
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? |
|
Identifies the element(s) which will label the component. | |
defaultValue? |
|
The default set values of type Range - | |
dir? |
|
The RangeSlider direction | |
disabled? |
|
Determines the disabled mode of the RangeSlider, if true - disabled. | |
endTabIndex? |
|
Sets the | |
id? |
|
Sets the | |
max |
|
The maximum possible value of the RangeSlider. | |
min |
|
The minimum possible value of the RangeSlider. | |
name? |
|
Specifies the | |
onChange? |
|
Triggered after value change - gets outside access to the element, new values and the event type. | |
required? |
|
Specifies if | |
startTabIndex? |
|
Sets the | |
step? |
|
The step by which the value is increment/decrement. | |
valid? |
|
Overrides the validity state of the component.
If | |
validationMessage? |
|
Controls the form error message of the component. If set to an empty string, no error will be thrown. | |
validityStyles? |
|
If set to | |
value? |
|
The flexible values of type Range - | |
vertical? |
|
The RangeSlider orientation if true - vertical, else - horizontal. |