Slider
A slider for selecting a number between two values. It supports minimum and maximum limits, step size, and can validate custom rules.
Methods
Method | Description |
---|---|
| sets component's value |
| sets component disabled |
| sets focus on a component |
| triggers component validation |
| resets validation errors |
| sets component required state |
| resets component to the initial value |
Triggers
Triggers allow you to launch certain actions based on different events.
On Change | Calls for an action when the component's state is changed |
On Init | Calls for an action on component initialization, e.g., page refresh |
Last updated