Text
A text input lets users edit a short, single-line value on a record.
Text inputs are the standard choice for names, titles, email addresses, short labels, reference numbers, identifiers, URLs, and other compact pieces of information. They are input components, so they read from and save to one field on the record.
When to Use It
Use a text input when the answer should be brief and users should see the whole value at a glance.
Text inputs are a good fit for information that is easy to scan in a form, table, or record heading. If users need to write several sentences, choose a Text Area or Rich Text instead.
What Can Be Configured
Content
The field label can be written in the language of the project, and helper text can explain what the user should enter. Text fields can also be set up for common patterns such as email addresses, links, codes, or copied values from another field.
Behaviour
A text input can include a small action beside the field, such as opening a URL, starting an email, enlarging the value, copying it to the clipboard, or copying a value from another field. It can also be made read-only when the value should be shown but not edited.
Layout and Spacing
Text inputs can be narrow, half-width, or full-width depending on how important the value is and how much room it needs. Short identifiers usually work well in a small column, while names and titles often need more horizontal space.
Conditional Display
The field can be shown or hidden based on the record state, workflow, permissions, or values in other fields.