mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
docs: 修复InputArray属性type描述错误问题 (#6144)
This commit is contained in:
parent
b555c0e76e
commit
728fd95ecc
@ -63,7 +63,7 @@ InputArray 是一种简化的 [Combo](./combo),用于输入多个某种类型
|
||||
|
||||
| 属性名 | 类型 | 默认值 | 说明 |
|
||||
| ------------- | ------------------------------------------- | --------- | ------------------------------------------------------------------------ |
|
||||
| type | `string` | `"array"` | 指明为`array`组件 |
|
||||
| type | `string` | `"input-array"` | 指明为`array`组件 |
|
||||
| items | [`SchemaNode`](../../docs/types/schemanode) | | 配置单项表单类型 |
|
||||
| addable | `boolean` | | 是否可新增。 |
|
||||
| removable | `boolean` | | 是否可删除 |
|
||||
|
Loading…
Reference in New Issue
Block a user