Text Field
(Also called text input or text box)
⚠️
This page is empty for now. Please help us by contributing to add content.
Best Practices
Design
- Don’t rely only on color to indicate the state of the text field. Use a different border color or a different icon to indicate the state of the text field.
- Avoid using an icon signifiying an error state inside a text field. It’s easier to establish a common pattern for all input fields. For example: inputs
type=file
don’t contain text, it’s usually represented by a button. A password field has usually an eye icon on the right of the input. A date field has usually a calendar icon on the right of the input. A search field has usually a clear icon on the right of the input.
Anatomy
- Label
- Input
- Placeholder
- Helper text
- Validation message
Resources
References
Got a pattern request?
Let us know, and we'll add it!
Send SuggestionLast updated on