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
| displayRender | render function of displaying selected options, you can use #displayRender="{labels, selectedOptions}" |`({labels, selectedOptions}) => VNode`|`labels => labels.join(' / ')`|
30
-
| expandTrigger | expand current item when click or hover, one of 'click' 'hover' | string | 'click' |
31
-
| fieldNames | custom field name for label and value and children | object |`{ label: 'label', value: 'value', children: 'children' }`|
32
-
| 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 |
33
-
| loadData | To load option lazily, and it cannot work with `showSearch`|`(selectedOptions) => void`| - |
34
-
| notFoundContent | Specify content to show when no result matches. | string | 'Not Found' |
35
-
| options | data options of cascade |[Option](#option)[]| - |
| displayRender | render function of displaying selected options, you can use #displayRender="{labels, selectedOptions}" |`({labels, selectedOptions}) => VNode`|`labels => labels.join(' / ')`||
29
+
| expandTrigger | expand current item when click or hover, one of 'click' 'hover' | string | 'click' ||
30
+
| fieldNames | custom field name for label and value and children | object |`{ label: 'label', value: 'value', children: 'children' }`||
31
+
| 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 ||
32
+
| loadData | To load option lazily, and it cannot work with `showSearch`|`(selectedOptions) => void`| - ||
33
+
| notFoundContent | Specify content to show when no result matches. | string \| slot | 'Not Found' ||
34
+
| options | data options of cascade |[Option](#option)[]| - ||
0 commit comments