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
If users have filter and checkbox selection features on Tree, they have to use 'key' option for these features to work correctly. The 'key' option is a unique value.
if user just used tree filter and then lazyLoaded some additional nodes - onNodeClick may not emit event on newly added nodes click since treeRef.value is not same as treeRef.filteredNodes anymore
If users have filter and checkbox selection features on Tree, they have to use 'key' option for these features to work correctly. The 'key' option is a unique value.
The text was updated successfully, but these errors were encountered: