Getting started
Components
for
id
aria-labelledby
aria-label
aria-describedby
Label
TextArea
A Textarea field must have at least a label and a Textarea.
Stack form fields vertically with spacing between each field.
Use a Textarea when users are expected to enter text that exceeds a single line, usually longer than a sentence.
Use a Textarea to encourage longer text entry.
Don't use a Textarea when text entry is expected to be short since it could confuse users. Use an input instead.
If you limit the length of text entry, show a character counter and explain to users in help text why their entry is restricted.
Don't have a character limit if you can't explain to the user why their text entry is restricted.
Help us improve this component by providing feedback, asking questions on Slack, or updating this file on GitHub.