The Range Slider component for Retool Apps
An input field to select a range of number values.
Settings
Range Slider includes the following configurable options when building apps in the IDE.
Properties
All properties for Range Slider with supported data types or values. You can write JavaScript almost anywhere in Retool to manipulate or read property values.
customValidation
string
The custom validation message to display if the invalid
is true
.
Properties
method
enum
The JavaScript method to perform when type
is datasource
, widget
, state
, or localStorage
.
Values
datasource | Control query. |
widget | Control component. |
script | Run script. |
state | Set variable. |
localStorage | Set localStorage. |
util | Perform utility action (e.g., Open URL or Confetti). |
formDataKey
string
The key used by a Form component to assign default values to input fields using form.initialData
, and to construct the form.data
property.