controlled | boolean | Whether the textarea is controlled or not. |
customAttributes | object | Custom attributes for the component. |
customClasses | string | Array | object | Custom classes for the component. |
disabled | boolean | If textarea is disabled. |
helpTextAttributes | object | Custom attribute for the help text. |
helpTextPosition | string | The position of the help text. |
id | string | Optional id. Auto generated if not passed. |
labelAttributes | object | Custom attributes for the label. |
name | string | The name of the textarea. |
onBlur | function | On blur function handler. |
onChange | function | On change function handler. |
onFocus | function | On focus function handler. |
placeholder | string | The optional placeholder attribute for the textarea. |
spacing | string | number | Array | object | The spacing for the component, as a string, number, array, or object. |
theme | string | The theme of the textarea. |
value | string | The textarea's initial value. |
wrapperAttributes | object | Custom attributes for the wrapper element. |
wrapperClasses | string | Array | object | Custom classes for the wrapper element. |
wrapperTagName | object | Tag to use for the textarea wrapper. Defaults to div . |