Range slider
A slider for specifying a range between two numbers. It allows setting start and end values, 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 Init | Calls for an action on component initialization |
On Change | Calls for an action on the component's state change |
Last updated