mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-05 05:28:37 +08:00
447 B
447 B
Textarea
多行文本输入框。
type
请设置成textarea
minRows
最小行数maxRows
最大行数hint
当输入框获得焦点的时候显示,用来提示用户输入内容。trimContents
是否去除首尾空白。- 还有更多通用配置请参考 FormItem
{
"type": "textarea",
"name": "text",
"label": "多行文本"
}