We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8e01e commit 305e3cdCopy full SHA for 305e3cd
.changeset/famous-olives-suffer.md
@@ -0,0 +1,5 @@
1
+---
2
+'@leafygreen-ui/text-area': patch
3
4
+
5
+aria-labelledby is now correctly passed to the textarea
packages/text-area/src/TextArea/TextArea.tsx
@@ -129,6 +129,7 @@ export const TextArea: TextArea = forwardRef<
129
)}
130
<textarea
131
{...rest}
132
+ aria-labelledby={ariaLabelledby}
133
ref={forwardedRef}
134
title={label != null ? label : undefined}
135
id={id}
0 commit comments