Links
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 possible
max value - the largest (rightmost) value possible
min label (optional) - if you want to display a custom label for the smallest value
max label (optional) - if you want to display a custom label for the largest value
step size - the increment to change the value by while dragging.
Screenshot of a slider element selected.

For Developers

The Feathery SDK and API reference number fields with type equal to slider. The submitted value is an int .