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
setValue(value: array)
sets component's value
setDisabled (value: boolean)
sets component disabled
focus()
sets focus on a component
validate()
triggers component validation
resetValidation()
resets validation errors
setRequired(required: boolean)
sets component required state
reset()
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