Comment on page
Slider
The Slider field allows users to slide a knob between a custom range of values with a custom interval.
The
Slider
field allows the user to choose a number within a range of values by dragging a toggle left and right.min value
- the smallest (leftmost) value possiblemax value
- the largest (rightmost) value possiblemin label
(optional) - if you want to display a custom label for the smallest valuemax label
(optional) - if you want to display a custom label for the largest valuestep size
- the increment to change the value by while dragging.
The Feathery SDK and API reference number fields with
type
equal to slider
. The submitted value is an int
.Last modified 8mo ago