Text Input

A text input field allows users
to enter a single line of text into a UI

Ref to 134:5172
Ready to Use
Show details
Ready to Use
Published: March 02, 2023
Updated: March 05, 2024

Introduction

Text input fields enable users to enter custom text using a keyboard. They can be accompanied by options to convey specific input requirements and are commonly used in forms and dialogues.

It's important to ensure they indicate their purpose clearly. Consider the context and provide relevant instructions or placeholders that make it easy for users to understand what information is required. Furthermore, adding effective error handling and validations help users identify and address any input errors promptly.

  • Text inputs allow for a single-line of text, e.g. address, first and last name
  • Inputs can also be used for dates, email addresses and passwords
  • By default, all form elements are mandatory; label them as optional only if they are indeed optional.

Usage

Ref to 134:5161
Ref to 134:5257
input/usage/do-oneInputperInput
Ref to 250:5439
input/usage/do-mindfulicon
Ref to 250:5497
input/usage/do-informativeHint
input/usage/don't-vagueHint
input/usage/do-suggestiveError
input/usage/don't-vagueError
Ref to 250:5679
Ref to 250:5682

Also known as

Form input, Text input, Text field