Textarea
Textarea from the Base package.
Loading Textarea…
Source code
Waiting for the preview before loading source files · 2 of 2
Properties
Public properties derived from the component’s TypeScript signature.
| Property | Type | Default |
|---|---|---|
radiusOptional | "theme" | "full" | "theme" |
accessibilityLabelOptional | string | — |
defaultValueOptional | string | — |
disabledOptional | boolean | false |
fullWidthOptional | boolean | true |
idOptional | string | — |
nameOptional | string | — |
onValueChangeOptional | ((value: string) => void) | — |
placeholderOptional | string | — |
readOnlyOptional | boolean | false |
rowsOptional | number | 4 |
valueOptional | string | — |