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
|onSelect | called when select treeNode | function(value, node, extra) | - |
76
75
|onSearch | called when input changed | function | - |
77
76
|onTreeExpand | called when tree node expand | function(expandedKeys) | - |
77
+
|onPopupScroll | called when popup scroll | function(event) | - |
78
78
|showCheckedStrategy |`TreeSelect.SHOW_ALL`: show all checked treeNodes (Include parent treeNode). `TreeSelect.SHOW_PARENT`: show checked treeNodes (Just show parent treeNode). Default just show child. | enum{TreeSelect.SHOW_ALL, TreeSelect.SHOW_PARENT, TreeSelect.SHOW_CHILD } | TreeSelect.SHOW_CHILD |
0 commit comments