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 149b7cb commit a06458dCopy full SHA for a06458d
packages/ui/src/fields/Textarea/index.tsx
@@ -35,6 +35,7 @@ const TextareaFieldComponent: TextareaFieldClientComponent = (props) => {
35
style,
36
width,
37
} = {},
38
+ label,
39
localized,
40
maxLength,
41
minLength,
@@ -89,6 +90,7 @@ const TextareaFieldComponent: TextareaFieldClientComponent = (props) => {
89
90
descriptionProps={descriptionProps}
91
Error={field?.admin?.components?.Error}
92
errorProps={errorProps}
93
+ label={label}
94
Label={field?.admin?.components?.Label}
95
labelProps={labelProps}
96
onChange={(e) => {
0 commit comments