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
@@ -203,6 +203,7 @@ export default {
| placeholder | Placeholder of unselected tab | _string_ | `Select` |
| active-color | Active color | _string_ | `#ee0a24` |
| closeable | Whether to show close icon | _boolean_ | `true` |
| close-icon `v3.0.10` | Close icon name | _string_ | `cross` |
| field-names `v3.0.4` | Custom the fields of options | _object_ | `{ text: 'text', value: 'value', children: 'children' }` |
### Events