Skip to content

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

OptionDescription
Display typeDefines whether the field is single-line or multi-line
Use max lengthEnables a limit on the number of characters
Show max lengthShows the maximum or remaining characters to the user
Max lengthDefines the maximum number of characters allowed
PlaceholderDisplays helper text before the user enters a value
UppercaseForces or guides the input to be uppercase
Auto sizeExpands the field automatically when using multi-line input
EncryptTreats the value as sensitive and hides or protects it
Rich text optionsEnables formatted text input
Pre iconDisplays an icon before the field
MultilingualAllows input in multiple languages

Common configuration

This element also supports shared configuration options such as validation, rules, roles, styling, summaries, scoring, and prefilling.

See: Common element configuration