You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| expandIcon | Customize the current item expand icon | slot | - | 3.0 |
32
-
| expandTrigger | expand current item when click or hover, one of 'click' 'hover' | string| 'click' ||
32
+
| expandTrigger | expand current item when click or hover|`click`\|`hover`| 'click' ||
33
33
| fieldNames | custom field name for label and value and children | object |`{ label: 'label', value: 'value', children: 'children' }`||
34
34
| getPopupContainer | Parent Node which the selector should be rendered to. Default to `body`. When position issues happen, try to modify it into scrollable content and position it relative. | Function(triggerNode) | () => document.body ||
35
35
| loadData | To load option lazily, and it cannot work with `showSearch`|`(selectedOptions) => void`| - ||
@@ -40,10 +40,10 @@ Cascade selection box.
40
40
| open | set visible of cascader popup | boolean | - | 3.0 |
41
41
| options | data options of cascade |[Option](#option)\[]| - ||
0 commit comments