Skip to content

Commit

Permalink
Add note for Textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJDev committed Sep 18, 2024
1 parent fd92bd6 commit 4f5cc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/components/textarea.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ For more information about the "valid" and "invalid" states, see the [validation
src="https://user-images.githubusercontent.com/6905903/274239156-064abae9-6d16-4c1a-b673-ec8f96429ed9.png"
/>

**Label (required):** The input's title. It should be as concise as possible and convey the purpose of the input. The label may be visually hidden in rare cases, but a label must be defined for assistive technologies such as a screen reader.
**Label (required):** The input's title. It should be as concise as possible and convey the purpose of the input. The label may be visually hidden in rare cases, but a label must be defined for assistive technologies such as a screen reader. If the label is visually hidden, ensure there is an element nearby that serves as a visual label for the input. This guarantees that all users, including those not using assistive technologies, have access to a label.

**Required indicator:** Indicates that a value is required. Must be shown for any required field, even if all fields in the form are required.

Expand Down

0 comments on commit 4f5cc7a

Please sign in to comment.