ariaLabel
string
Renders a text area, providing the ability to specify a label and placeholder text. Uses the <Stack>
component for layout and spacing.
<TextAreaariaLabel="awesome text area"id="text-area-1"name="text-area-1"rows={6}/>
<FormControl><InputLabel htmlFor="text-area-2">Description</InputLabel><TextAreaid="text-area-2"name="text-area-2"/></FormControl>
If the <TextArea>
value does not meet validation requirements this can also be set.
<TextAreaariaDescribedBy="error"ariaLabel="awesome text area"id="text-area-3"invalidname="text-area-3"/>
ariaLabel
string
ariaDescribedBy
string
invalid
boolean
atoms
Applies permitted design system styles. See styling documentation for more.