feat(Cascader): add close-icon prop (#8334)

This commit is contained in:
neverland
2021-03-14 11:20:08 +08:00
committed by GitHub
parent 393d7cb7af
commit c424d6efcd
6 changed files with 26 additions and 2 deletions
+1
View File
@@ -217,6 +217,7 @@ export default {
| placeholder | 未选中时的提示文案 | _string_ | `请选择` |
| active-color | 选中状态的高亮颜色 | _string_ | `#ee0a24` |
| closeable | 是否显示关闭图标 | _boolean_ | `true` |
| close-icon `v3.0.10` | 关闭[图标名称](#/zh-CN/icon)或图片链接 | _string_ | `cross` |
| field-names `v3.0.4` | 自定义 `options` 结构中的字段 | _object_ | `{ text: 'text', value: 'value', children: 'children' }` |
### Events