The Editable Text component for classic apps
A click-to-edit input field to enter a single line of text.
Editable Text is a single-line input field for text values. It functions similarly to Text Input but renders as plain text until clicked.
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.
autoCapitalize
The type of automatic capitalization that the browser can automatically perform when using virtual or on-screen keyboards.
| Type | string | ||||||||||
| Format | Plain Text | ||||||||||
| Configurability | Inspector > Interaction > Advanced > Capitalize | ||||||||||
| Allowed Values |
| ||||||||||
| Default | none |
Examples
false"words"
autoComplete
Whether the browser can perform autocomplete on the input field.
| Type | boolean |
| Format | True/False |
| Configurability | Inspector |
| Default | false |
Examples
falsetrue