Appearance
Input Text
Overview
The Input Text element is a flexible text field used for capturing written input from users. It supports both short and long text and can be configured for different input styles.
When to use
- When users need to enter free text such as names, descriptions, comments, or explanations
- When both short and long text input should be supported
- When additional control over formatting or length is required
Element-specific options
| Option | Description |
|---|---|
| Display type | Defines whether the field is single-line or multi-line |
| Use max length | Enables a limit on the number of characters |
| Show max length | Shows the maximum or remaining characters to the user |
| Max length | Defines the maximum number of characters allowed |
| Placeholder | Displays helper text before the user enters a value |
| Uppercase | Forces or guides the input to be uppercase |
| Auto size | Expands the field automatically when using multi-line input |
| Encrypt | Treats the value as sensitive and hides or protects it |
| Rich text options | Enables formatted text input |
| Pre icon | Displays an icon before the field |
| Multilingual | Allows input in multiple languages |
Common configuration
This element also supports shared configuration options such as validation, rules, roles, styling, summaries, scoring, and prefilling.