Textarea
Container properties
All component configurations support Container properties at the first level.
Special container properties
Textarea supports other container properties except for common container properties
| Name | Type | Default | Supports Variable Pattern | Description |
|---|---|---|---|---|
| allowI18nValue | bool | Is it allowed to enter multiple languages |
Component properties
| Name | Type | Default | Supports Variable Pattern | Description |
|---|---|---|---|---|
| className | string | ✔️ | component's className | |
| style | object | component style | ||
| size | 'default' | 'small' | Optional | ||
| simpleMode | bool | false | simple mode does not use { longText, value } format | |
| i18nInputLayout | 'collapsed' | 'flat' | 'collapsed' | Multilingual input layout |
All the remaining componentsProps will be passed to the component root element(TextArea)。
JS API
The interface obtained through formApi.getFieldApi() is as follows:
| Name | Type | Description |
|---|---|---|
| node | HTML Element | The root DOM element of the component |