15 lines
239 B
Markdown
15 lines
239 B
Markdown
![]() |
### Textarea
|
||
|
|
||
|
多行文本输入框。
|
||
|
|
||
|
- `type` 请设置成 `textarea`
|
||
|
- 更多配置请参考 [FormItem](#FormItem)
|
||
|
|
||
|
```schema:height="200" scope="form-item"
|
||
|
{
|
||
|
"type": "textarea",
|
||
|
"name": "text",
|
||
|
"label": "多行文本"
|
||
|
}
|
||
|
```
|