Text Area
- Usage
- Showcase
A text area is an input field allowing users to enter multiple lines of text. Use in any situation where the user needs to input a large, or unknown, amount of data.
Do's
- allow copy/paste for ease of use
- match the text field to the expected size of the input - make it wide enough for the user to see their entire entry
- write specific and clear error message texts, so users understand how to address the error
Don'ts
- don't use placeholder text in the text field - this may not be read by screen reading software, leading to accessibility issues
- don't have a mandatory minimum input of characters
- don't restrict the use of uncommon or special characters
- don't disable copy and paste functions