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.
controlId
htmlFor
1 parent 21eef39 commit 78514d5Copy full SHA for 78514d5
src/scripts/Textarea.tsx
@@ -75,7 +75,7 @@ export const Textarea = createFC<TextareaProps, { isFormElement: boolean }>(
75
);
76
if (isFieldSetColumn || label || required || error || cols) {
77
const formElemProps = {
78
- htmlFor: id,
+ controlId: id,
79
label,
80
required,
81
error,
0 commit comments