Files
mes-ui-d2/static/markdownFiles/article/组件 - 图标选择器.md
李杨 eef129fa2f no message
Former-commit-id: d06238feb58b7d7f067a226fb23075b247e33410
Former-commit-id: 5d9db8c32cbf43417961a2e464935905bb115cc3
Former-commit-id: dedfd3cd781396e42d58700a03a412af39a5bdf1
2018-01-21 15:44:54 +08:00

15 lines
620 B
Markdown

# 图标选择器
## 参数
| 参数名 | 介绍 | 必选 | 值类型 | 可选值 | 默认值 |
| --- | --- | --- | --- | --- | --- |
| value | 绑定的值,可以使用 v-model | 非 | String | | |
| placeholder | 占位符,显示在未选择之前的按钮和输入框中 | 非 | String | | 请选择 |
| placement | 界面探出方向 | 非 | String | 同 Popover 组件 placement 参数 | right |
| clearable | 是否允许清空 | 非 | Boolean | | true |
| userInput | 是否允许用户自由输入 | 非 | Boolean | | false |
| autoClose | 是否在选择后自动关闭 | 非 | Boolean | | true |