element-plus/packages/components/tree-select
yujinpan 4fe9c2bd6c
fix(components): [TreeSelect] checkbox interaction (#8102)
* fix(components): [TreeSelect] check child when parent checked

* refactor(components): [TreeSelect] move utility functions to utils.ts

* fix(components): [TreeSelect] exclude check event from click node

* fix(components): [TreeSelect] handle dup when `checkOnClickNode`

* feat(components): [TreeSelect] `treeFind` support find parent node

* fix(components): [TreeSelect] show current selected node only first time

* fix(components): [TreeSelect] incorrect node selection condition

* docs(components): [TreeSelect] update checkbox examples and tips

* fix(components): [TreeSelect] incorrect label when data modify
2022-07-02 14:49:21 +08:00
..
__tests__ fix(components): [TreeSelect] checkbox interaction (#8102) 2022-07-02 14:49:21 +08:00
src fix(components): [TreeSelect] checkbox interaction (#8102) 2022-07-02 14:49:21 +08:00
style Update css.ts (#7009) 2022-04-10 13:59:22 +08:00
index.ts feat(components): add tree select component (#6843) 2022-04-02 15:15:33 +08:00