Essentials for YOOtheme Pro
Range Element
The Range Element displays a <input type="range"> HTML element, use it to allow users to enter a numeric value in a specified range which precise value, however, is not considered important.
| Setting | Description |
|---|---|
| Size | The field size applied with uk-form-{size} modifier. |
| Width | The field width applied with uk-form-width-{width} modifier. |
| Validation | Description | Dynamic | Browser Side | Server Side |
|---|---|---|---|---|
| Min | The minimum amount that the input value must constrain to, greater than or equal to. | ✓ | ✓ | ✓ |
| Max | The maximum amount that the input value must constrain to, lower than or equal to. | ✓ | ✓ | ✓ |
| Step | The multiple of which the input value must constrain to. | ✓ | ✓ |