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
option | Slot / Function | - | customize one option。Typescript:`TNode<{ item: CascaderOption; index: number }>`。[see more ts definition](https://github.com/Tencent/tdesign-vue/blob/develop/src/common.ts) | N
29
+
option | Slot / Function | - | customize one option。Typescript:`TNode<{ item: CascaderOption; index: number; onChange: ()=> void; onExpand: ()=> void }>`。[see more ts definition](https://github.com/Tencent/tdesign-vue/blob/develop/src/common.ts) | N
30
30
options | Array | [] | Typescript:`Array<CascaderOption>` | N
31
31
placeholder | String | undefined | \- | N
32
32
popupProps | Object | - | Typescript:`PopupProps`,[Popup API Documents](./popup?tab=api)。[see more ts definition](https://github.com/Tencent/tdesign-vue/tree/develop/src/cascader/type.ts) | N
33
33
popupVisible | Boolean | - | \- | N
34
34
defaultPopupVisible | Boolean | - | uncontrolled property | N
35
35
readonly | Boolean | false | \- | N
36
-
reserveKeyword | Boolean | false | \- | N
36
+
reserveKeyword | Boolean | true | \- | N
37
37
selectInputProps | Object | - | Typescript:`SelectInputProps`,[SelectInput API Documents](./select-input?tab=api)。[see more ts definition](https://github.com/Tencent/tdesign-vue/tree/develop/src/cascader/type.ts) | N
38
38
showAllLevels | Boolean | true | \- | N
39
39
size | String | medium | options: large/medium/small。Typescript:`SizeEnum`。[see more ts definition](https://github.com/Tencent/tdesign-vue/blob/develop/src/common.ts) | N
0 commit comments