mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 20:39:07 +08:00
65ac422ed6
* 补充容错 * fix: form 中 name 关联顶层数据初始化失效 * 更新 examples * 文档调整 * 删除多余的文档, 调整 schema * schema 调整 * schema 调整 * control 类型容器 control 改成 body * 修复一个选项加载的bug * form 注册直接用 type
1023 B
Executable File
1023 B
Executable File
title | description | type | group | menuName | icon | order |
---|---|---|---|---|---|---|
Textarea 多行文本输入框 | 0 | null | Textarea 多行文本输入框 | 57 |
基本使用
{
"type": "form",
"api": "https://3xsw4ap8wah59.cfc-execute.bj.baidubce.com/api/amis-mock/mock2/form/saveForm",
"body": [
{
"name": "textarea",
"type": "textarea",
"label": "多行文本"
}
]
}
属性表
当做选择器表单项使用时,除了支持 普通表单项属性表 中的配置以外,还支持下面一些配置
属性名 | 类型 | 默认值 | 说明 |
---|---|---|---|
minRows | number |
最小行数 | |
maxRows | number |
最大行数 | |
trimContents | boolean |
是否去除首尾空白文本 | |
readOnly | boolean |
是否只读 |