-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
TreeSelect目前不支持多选情况下的搜索
What does the proposed API look like?
a-tree-select
style="width: 100%"
:treeData="treeData"
v-model="value"
treeCheckable
:showCheckedStrategy="SHOW_PARENT"
showSearch
searchPlaceholder="Please select"