The Number Input component for Retool Mobile
An input field to enter a number.
Settings
Number Input includes the following configurable options when building apps in the IDE.
Properties
All properties for Number Input with supported data types or values. You can write JavaScript almost anywhere in Retool to manipulate or read property values.
allowNegativeNumbers
Whether to allow the input of negative numbers.
customValidation
The custom validation message to display if the invalid
is true
.
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.
invalid
Whether the value has failed any validation rules.
isHiddenOnDesktop
Whether the component is visible in the desktop layout.