forked from p96170835/amis
docs: ✏️ Text doc fix
This commit is contained in:
parent
7cec7225a6
commit
49e07288c6
|
@ -15,7 +15,7 @@
|
|||
- `source` 通过 options 只能配置静态数据,如果设置了 source 则会从接口拉取,实现动态效果。
|
||||
- `autoComplete` 跟 source 不同的是,每次用户输入都会去接口获取提示。
|
||||
- `multiple` 默认为 `false`, 设置成 `true` 表示可多选。
|
||||
- 更多配置请参考 [FormItem](#FormItem)
|
||||
- 更多配置请参考 [FormItem](./FormItem.md)
|
||||
|
||||
```schema:height="200" scope="form-item"
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue