mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-01 03:28:20 +08:00
c8c4b6efa3
* 文档优化 * 文档细节调整,删除示例的 height 设置,使用自动撑开 * sdk 使用完整例子,因为新版没发布 * 修复官网语言不正确问题 * 增加 icon 调整颜色及大小的例子 * 修复文字错误 * 补充 each 的文档 * 修复 zh-CN 大写问题
938 B
Executable File
938 B
Executable File
title | description | type | group | menuName | icon | order |
---|---|---|---|---|---|---|
Textarea 多行文本输入框 | 0 | null | Textarea 多行文本输入框 | 57 |
基本使用
{
"type": "form",
"api": "https://houtai.baidu.com/api/mock2/form/saveForm",
"controls": [
{
"name": "textarea",
"type": "textarea",
"label": "多行文本"
}
]
}
属性表
当做选择器表单项使用时,除了支持 普通表单项属性表 中的配置以外,还支持下面一些配置
属性名 | 类型 | 默认值 | 说明 |
---|---|---|---|
minRows | number |
最小行数 | |
maxRows | number |
最大行数 | |
trimContents | boolean |
是否去除首尾空白文本。 |