The Slider field type provides a visual range control for selecting numeric values within a defined minimum and maximum range.
Overview
The Slider field type (slider) provides a visual range control that allows users to select a numeric value by dragging a handle along a track. The slider is bounded by configurable minimum and maximum values, making it intuitive for selecting values within a known range.
Properties
| Property | Required | Description |
|---|
| ID | Yes | The field identifier. |
| Type | Yes | Must be set to slider |
| Name | Yes | The display label. |
| Min | No | The minimum value of the slider range. |
| Max | No | The maximum value of the slider range. |
| Width | No | The percentage width. |
| Help | No | Tooltip text. |
| Visibility | No | A condition controlling visibility. |
Slider vs. Number
| Feature | Slider | Number |
|---|
| Input method | Drag a handle | Type a value |
| Range bounds | Visually enforced | Optional validation |
| Precision | Approximate (depends on range) | Exact |
| Best for | Ratings, confidence levels, approximate values | Exact quantities, prices, counts |
Use Cases
- Confidence levels — 0 to 100% confidence rating
- Priority scores — 1 to 10 priority scale
- Satisfaction ratings — visual satisfaction scale
- Progress indicators — manual progress percentage entry