mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 03:08:21 +08:00
27bdf1f076
* fix(components): [el-tree-select] fix lazy and multiple select node 1.Fix the issue where non-leaf nodes cannot be selected when using lazy and multiple together. 2. Since the original code did not handle the selection of non-leaf nodes before expanding lazy-loaded child nodes, additional processing was added to link the selection of parent and child nodes. 3. Because the time required for lazyLoad after nodeExpand cannot be predicted, the triggering time of the node-expand event in the tree has been adjusted to occur within the callback of the expand function. This change only affects the timing when using lazyLoad. BREAKING CHANGE : no closed closed Fixes #17232 * fix: test typecheck * fix: onNodeExpand event and update function name |
||
---|---|---|
.. | ||
__tests__ | ||
src | ||
style | ||
index.ts |