Skip to content

Commit 4f5cc7a

Browse files
committed
Add note for Textarea
1 parent fd92bd6 commit 4f5cc7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/components/textarea.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ For more information about the "valid" and "invalid" states, see the [validation
4949
src="https://user-images.githubusercontent.com/6905903/274239156-064abae9-6d16-4c1a-b673-ec8f96429ed9.png"
5050
/>
5151

52-
**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.
52+
**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.
5353

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

0 commit comments

Comments
 (0)