amis/docs/renderers/Textarea.md

15 lines
239 B
Markdown
Raw Normal View History

2019-05-08 22:55:41 +08:00
### Textarea
多行文本输入框。
- `type` 请设置成 `textarea`
- 更多配置请参考 [FormItem](#FormItem)
```schema:height="200" scope="form-item"
{
"type": "textarea",
"name": "text",
"label": "多行文本"
}
```