element-plus/docs/examples/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
..
basic.vue fix(components): [TreeSelect] checkbox interaction (#8102) 2022-07-02 14:49:21 +08:00
check-strictly.vue fix(components): [TreeSelect] checkbox interaction (#8102) 2022-07-02 14:49:21 +08:00
disabled.vue docs: [tree-select] clean redundant code (#7029) 2022-04-07 21:07:40 +08:00
filterable.vue docs: [tree-select] clean redundant code (#7029) 2022-04-07 21:07:40 +08:00
lazy.vue docs: [tree-select] clean redundant code (#7029) 2022-04-07 21:07:40 +08:00
multiple.vue fix(components): [TreeSelect] checkbox interaction (#8102) 2022-07-02 14:49:21 +08:00
slots.vue fix(theme-chalk): dark mode details (#7460) 2022-05-03 14:02:56 +08:00