* [misc] add default max count to picker.

This commit is contained in:
sunguangming
2024-12-05 13:55:07 +08:00
committed by 刘刚
parent f74e09b075
commit 04b3480882
+1 -1
View File
@@ -77,7 +77,7 @@ class picker extends wg
'onPopShown?: function', // 菜单显示后的回调函数。
'onPopHide?: function', // 菜单隐藏时的回调函数。
'onPopHidden?: function', // 菜单隐藏后的回调函数。
'maxItemsCount?: int' // 最大显示条目数。
'maxItemsCount?: int=200' // 最大显示条目数。
);
/**