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
keys | Object | - | Typescript:`KeysType`。[see more ts definition](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/components/common/common.ts) | N
17
-
popup-props | Object | {} | popup properties。Typescript:`PopupProps`,[Popup API Documents](./popup?tab=api)。[see more ts definition](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/components/picker/type.ts) | N
15
+
item-height | Number | 40 | \- | N
16
+
keys | Object | - | Typescript: `KeysType`。[see more ts definition](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/components/common/common.ts) | N
17
+
popup-props | Object | {} | popup properties。Typescript: `PopupProps`,[Popup API Documents](./popup?tab=api)。[see more ts definition](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/components/picker/type.ts) | N
18
18
title | String | '' | \- | N
19
19
use-popup | Boolean | true | \- | N
20
20
using-custom-navbar | Boolean | false | \- | N
21
-
value | Array | - | Typescript:`Array<PickerValue>``type PickerValue = string \| number`。[see more ts definition](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/components/picker/type.ts) | N
22
-
default-value | Array | undefined | uncontrolled property。Typescript:`Array<PickerValue>``type PickerValue = string \| number`。[see more ts definition](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/components/picker/type.ts) | N
21
+
value | Array | - | Typescript: `Array<PickerValue>``type PickerValue = string \| number`。[see more ts definition](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/components/picker/type.ts) | N
22
+
default-value | Array | undefined | uncontrolled property。Typescript: `Array<PickerValue>``type PickerValue = string \| number`。[see more ts definition](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/components/picker/type.ts) | N
23
23
visible | Boolean | false | \- | N
24
+
visible-item-count | Number | 5 | \- | N
24
25
25
26
### Picker Events
26
27
@@ -48,8 +49,8 @@ name | type | default | description | required
0 commit comments