Textarea field
A multiple-line empty form field in which the user can input lengthy text.
Default textarea field orc-c-field
A multiple-line empty form field in which the user can input lengthy text.
Textarea field error has-error
Lets the user know that their input text is invalid and can’t be registered in our system.
Textarea field valid is-valid
Lets the user know that their input text is valid and was registered.
Disabled textarea field is-disabled
Shows that the user can’t interact with the text field.
Usage
When to use
When asking the user to provide a free-form answer that may run to two or more lines.
When to consider an alternative
When the answer is likely short (e.g. a zip code), a text field provides a shorter form field.
Class Name | Description |
---|---|
Required
|
Apply to the textarea field’s containing HTML element. This contains the field label, field body, and field note. |
JS
|
Added to |
Modifier
|
Added to |
Modifier
|
Added to |
Modifier
|
Added to |
Required
|
Word or short phrase applied to an |
Required
|
Container used to house the textarea input |
Required
|
Actual textarea input of the field. This is applied to a |
|
Short excerpt that adds additional directions or context to the textarea field. |