Skip to main content
Version: 2.35.0

Range Slider

The Range Slider widget is widely used across different UIs. One of the main purposes is to filter, explore all the related content and available in the control and settings options.

tip

Range Sliders have "Two handles" option which allows user to select within a range.

Properties

Property
Description
Minimum valueSet the minimum value for the slider. This field accepts any numerical value.
Maximum valueSet the maximum value for the slider. This field accepts any numerical value.
ValueSet the default value when the widget loads. This can be used to pre-fill the value based on your data and requirements.
Two handlesThe slider will now have 2 dragging handles. It is used to define a range of values versus a single given value.

Component Specific Actions (CSA)

There are currently no CSA (Component-Specific Actions) implemented to regulate or control the component.

Exposed Variables

Variables
Description
How To Access
valueHolds an object when two handles option is disabled or an array when two handles is enabled from the component properties.The value can be accessed dynamically using JS: {{components.rangeslider1.value}} or {{components.rangeslider1.value[1]}}

General

Tooltip

A Tooltip is often used to specify extra information about something when the user hovers the mouse pointer over the widget.

Under the General accordion, you can set the value in the string format. Now hovering over the widget will display the string as the tooltip.

Layout

Layout
Description
Expected Value
Show on desktopToggle on or off to display desktop view.You can programmatically determining the value by clicking on Fx to set the value {{true}} or {{false}}
Show on mobileToggle on or off to display mobile view.You can programmatically determining the value by clicking on Fx to set the value {{true}} or {{false}}

Styles

Style
Description
Line colorEnter the hexcode to set the default color for slider's track.
Handle colorEnter the hexcode to set the color for slider's handler.
Track colorEnter the hexcode to set the color for slider's active portion on the track.
VisibilitySet the visibility of the slider programmatically. The default value is {{true}}.
info

Any property having Fx button next to its field can be programmatically configured.