tree-select
tree-select copied to clipboard
React Tree Select
If I have a node in the tree called 'Alpha' then if I search 'alpha' there is no result. Any ideas how to make the search case insensitive?
1. 不是很清楚 labelInValue 的使用场景? 2. 为什么 `treeCheckStrictly` 为 true 的时候,`labelInValue` 会强制为 true?
 disabled the item and treeSelect won't work disabled the three nodes , you still can delete the selected nodes by click the x icon
Hi there, I'm using TreeSelect via AntD and noticed that my dataset with approx 4000 nodes was performing extremely slow when expanding/collapsing nodes and especially when searching. When checking the...
Add support for clicking label to check the checkbox as it is on Tree https://github.com/react-component/tree/pull/128
For example my treeData is like. { label: 'Color', key: '0-0', disabled: false, children: [ { label: 'Yellow', key: '0-0-0', disabled: false }, { label: 'Red', key: '0-0-1', disabled: false...
Found this bug while using ant design TreeSelect. You cannot remove selected node by pressing back-space when treeCheckable and treeCheckStrictly is true.
I would like show hierarchy of the selected item like this. pA > pAA > pSA
https://jsfiddle.net/wall0313/z5m01t49/ ref https://github.com/react-component/tree-select/pull/61
1. 异步的树搜索时,默认父亲图标展开 2. 搜索时选择子节点会有问题 