This feature is not yet available to all users.
Range sliders allow site visitors to input a range of values by sliding two 'handles' along a numeric track. The slider also supports a 'single-handle' mode.
max
and min
define the upper and lower limits of a range slider.
value
defines the currently selected values of the handles.
Range sliders can be used to filter data, or to collect numeric input from site visitors. For example, you can use a range slider so a site visitor can select a price range for their online shopping needs.
A range slider has a sliderType
that can be set to either 'Continuous' or 'Stepped'.
step
value
represented by the tick marks.stepType
that can be set to either 'Number' or 'Value'.
stepType
defines the amount of steps there are within a given range.stepType
defines the amount of units between each step.stepType
and step
properties can only be used when a range slider has a
sliderType
of 'Stepped'.The following diagram illustrates how the stepType
and step
properties
can only be used when the range slider's sliderType
is set to 'Stepped'.