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. | |
children? |
|
Determines the children nodes. | |
className? |
|
Sets additional classes to the RangeSlider. | |
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 | |
largeStep? |
|
Specifies the step by which the RangeSlider's value will be increased or decreased using | |
max |
|
The maximum possible value of the RangeSlider. | |
min |
|
The minimum possible value of the RangeSlider. | |
name? |
|
Specifies the This property is part of the FormComponentProps interface. | |
onChange? |
|
Triggered after value change - gets outside access to the element, new values and the event type. | |
required? |
|
Specifies if This property is part of the FormComponentProps interface. | |
startTabIndex? |
|
Sets the | |
step? |
|
Specifies the step by which the RangeSlider's value will be increased or decreased using the keyboard arrows. Defaults to | |
style? |
|
Sets additional CSS styles to the RangeSlider. | |
valid? |
|
Overrides the validity state of the component.
If This property is part of the FormComponentProps interface. | |
validationMessage? |
|
Controls the form error message of the component. If set to an empty string, no error will be thrown. This property is part of the FormComponentProps interface. | |
validityStyles? |
|
If set to This property is part of the FormComponentProps interface. | |
value? |
|
The flexible values of type Range - | |
vertical? |
|
The RangeSlider orientation if true - vertical, else - horizontal. |