mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 12:38:53 +08:00
先把文档autoflll删了
This commit is contained in:
parent
89c0f87daa
commit
b29b54cb1a
@ -12,8 +12,6 @@
|
||||
- 多选模式:选中的多个选项的 `value` 会通过 `delimiter` 连接起来,否则直接将以数组的形式提交值。
|
||||
- `extractValue` 默认为 `false`, `joinValues`设置为`false`时生效, 开启后将选中的选项 value 的值封装为数组,作为当前表单项的值。
|
||||
- `delimiter` 默认为 `,`
|
||||
- `autoFill` 将当前已选中的选项的某个字段的值自动填充到表单中某个表单项中,只在单选时有效
|
||||
- `autoFill`的格式为`{address: "${label}"}`,表示将选中项中的`label`的值,自动填充到当前表单项中`name` 为`address` 中
|
||||
- `cascade` 设置成 `true` 时当选中父节点时不自动选择子节点。
|
||||
- `withChildren` 是指成 `true`,选中父节点时,值里面将包含子节点的值,否则只会保留父节点的值。
|
||||
- **还有更多通用配置请参考** [FormItem](./FormItem.md)
|
||||
|
Loading…
Reference in New Issue
Block a user