The Phone Number Input component for Retool Apps
An input field to enter a phone number.
Properties
All properties for this object with supported data types or values. You can write JavaScript almost anywhere in Retool to manipulate or read property values.
disabled
Whether input, interaction, selection, or triggering is disabled.
Type | boolean | ||||||
Format | True/False | ||||||
Mutability |
| ||||||
Default |
|
Examples
iconAfter
The suffix icon to display.
Type | string | ||||
Format | Icon Key | ||||
Mutability |
| ||||
Default |
|
Examples
iconBefore
The prefix icon to display.
Type | string | ||||
Format | Icon Key | ||||
Mutability |
| ||||
Default |
|
Examples
inputTooltip
The tooltip helper text to display below the input on focus.
Type | string | ||||
Format | Plain Text | ||||
Mutability |
| ||||
Default |
|
Examples
labelPosition
The position of the label relative to the input field or value.
Type | string | |||||||||
Format | Plain Text | |||||||||
Mutability |
| |||||||||
Allowed Values |
| |||||||||
Default |
|
Examples
loading
Whether to display a loading indicator.
Type | boolean | ||||
Format | True/False | ||||
Mutability |
| ||||
Default |
|
Examples
lockedCountryCode
Whether to prevent changes to the country code.
Type | boolean | ||||
Mutability |
|
readOnly
Whether user input is read-only.
Type | boolean | ||||
Format | True/False | ||||
Mutability |
| ||||
Default |
|
Examples
required
Whether a value is required to be selected.
Type | boolean | ||||
Format | True/False | ||||
Mutability |
| ||||
Default |
|
Examples
showClear
Whether to display a button to clear the value of the input field.
Type | boolean | ||||
Format | True/False | ||||
Mutability |
| ||||
Default |
|
Examples
textAfter
The suffix text to display.
Type | string | ||||
Format | Plain Text | ||||
Mutability |
| ||||
Default |
|
Examples
textBefore
The prefix text to display.
Type | string | ||||
Format | Plain Text | ||||
Mutability |
| ||||
Default |
|
Examples
tooltipText
The tooltip text to display next to the label on hover.
Type | string | ||||
Format | Markdown | ||||
Mutability |
| ||||
Default |
|
Examples
value
The current or default value.
Type | string | ||||||
Format | Plain Text | ||||||
Mutability |
| ||||||
Default |
|
Examples
Methods
JavaScript API methods for this object. You can write JavaScript almost anywhere in Retool and use methods to manipulate data and property values.
phoneNumberInput.clearValidation()
Clear the validation message from the input field.
phoneNumberInput.clearValidation()
Examples
phoneNumberInput.clearValue()
Clear the current values.
phoneNumberInput.clearValue()
Examples
phoneNumberInput.resetValue()
Reset the current value to the default value.
phoneNumberInput.resetValue()
Examples
phoneNumberInput.scrollIntoView()
Scrolls the canvas or parent container so that the selected component appears in the visible area.
phoneNumberInput.scrollIntoView(options)
Parameters
Examples
phoneNumberInput.setHidden()
Set the hidden
value to toggle whether the component is visible. Defaults to true
without a parameter.
phoneNumberInput.setHidden(hidden)
Parameters
Examples
phoneNumberInput.setValue()
Set the current value.
phoneNumberInput.setValue(value)
Parameters
Examples
phoneNumberInput.validate()
Validates the value of the input field.
phoneNumberInput.validate()
Examples
Events
Events triggered by user interactions. Use event handlers to trigger queries or other actions in response to events.