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: src/components/TextInput/TextInput.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,4 +206,6 @@ This component will take up the full width of the parent component by default. Y
206
206
207
207
This component uses native HTML behaviour for `<input />` elements. This means that it will be keyboard navigable and screen reader friendly out of the box.
208
208
209
-
`aria-describedby` is added to the `<input />` element when the `description` and/or the `error` slots are used to associate this content with the input.
209
+
`aria-describedby` is added to the `<input />` element when the `description` slot is used to associate this content with the input.
210
+
211
+
`aria-errormessage` is added to the `<input />` element when the `error` slot is used to associate this content with the input.
0 commit comments