Designpedia
All terms
Navigation & Inputs · Inputs & Forms

Text Field

also known as Input, Text input, Text box

A text field is a box that accepts one line of typed input, used for short pieces of data like names, emails, or search terms. It usually pairs with a label and may show helper text or validation messages. Variants restrict input to types such as email, password, or number.

Don't confuse it with
A text field is single-line; a text area is multi-line for longer text. A search bar is a text field specialized for searching, and a stepper input is a number field with +/- buttons.
In the wild
The email box on a login form.
Tags
Sources