You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/components/textarea.mdx
+2
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,8 @@ For more information about the "valid" and "invalid" states, see the [validation
50
50
/>
51
51
52
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.
53
+
If a visual label is provided but not directly linked to the input, the visually hidden label should include the text of the visual label as part of its accessible name.
54
+
53
55
54
56
**Required indicator:** Indicates that a value is required. Must be shown for any required field, even if all fields in the form are required.
0 commit comments