Cascader: add separator prop

This commit is contained in:
Leopoldthecoder
2017-11-25 20:25:20 +08:00
committed by 杨奕
parent 6c4006487c
commit f307f7f428
3 changed files with 7 additions and 1 deletions

View File

@@ -1669,6 +1669,7 @@ Search and select options with a keyword.
| options | data of the options | array | — | — |
| props | configuration options, see the following table | object | — | — |
| value | selected value | array | — | — |
| separator | option separator | string | — | / |
| popper-class | custom class name for Cascader's dropdown | string | — | — |
| placeholder | input placeholder | string | — | Select |
| disabled | whether Cascader is disabled | boolean | — | false |