The Editable Number component for Retool Apps
A click-to-edit input field to enter a number.
Editable Number functions similarly to Number Input but renders as plain text until clicked.
For more information on how to use this component, refer to the Number inputs guide.
Settings
Editable Number includes the following configurable options when building apps in the IDE.
Properties
All properties for Editable Number with supported data types or values. You can write JavaScript almost anywhere in Retool to manipulate or read property values.
decimalPlaces
The number of decimal places to display. If necessary, values round up or down automatically.
Properties
method
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
The key used by a Form component to assign default values to input fields using form.initialData
, and to construct the form.data
property.
global
Whether the object is globally scoped for use in all app pages.
Whether the component is visible.
Whether to hide the validation message if the invalid
is true
.
Values
You can select an icon or dynamically set one with a valid icon key.
iconBefore
The prefix icon to display.
Values
You can select an icon or dynamically set one with a valid icon key.
id
The unique identifier.
inputTooltip
The tooltip text to display.
invalid
Whether the value has failed any validation rules.
isHiddenOnDesktop
Whether the component is visible in the desktop layout.
isHiddenOnMobile
Whether the component is visible in the mobile layout.
labelAlign
The horizontal alignment of the label.
Values
left | Left of the input field. |
top | Above the input field. |
labelCaption
The label for the node.
labelWidth
The label width, in the unit specified in labelWidthUnit
.