The Text Input component for Retool Apps
An input field to enter a single line of text.
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
"words"
autoComplete
Whether the browser can perform autocomplete on the input field.
| Type | boolean |
| Format | True/False |
| Configurability | Inspector |
| Default | false |
Examples
true