tree-select
tree-select copied to clipboard
React Tree Select
when I set props` loadData` `treeCheckStrictly`,setting` showCheckedStrategy `as `SHOW_PARENT` does't work  Expected Result: the value of input has only 'Node1' demo: https://codesandbox.io/s/hopeful-moore-4d398?file=/index.js:6685-6718
The search function triggers keyboard display when user click the component in mobile. So, I hope to know how to disable the search function ?Thank you.
公司业务需求,还在研究您的代码中,感谢解答~~ ♪(・ω・)ノ
Item that was selected earlier is disabled now. How can we delete it if it's default selected option?
I want to select both of parent and child if only child selected. Can anyone help me?
Hello! 非常感谢做出这么棒的组件。 select组件实现了dropdownRender的功能,可以在自行渲染popup。 tree select能否实现类似的功能,以方便在使用中统一风格。 非常感谢! 
I'm writing end to end tests. And i need to select something from tree-select. I tried clicking and focusing many dom elements created by tree-select, but with no success so...
 So as you see, on the first pic label is no cutted yet.  First...
Currently `TreeNode` does [not accept a generic for its value prop](https://github.com/react-component/tree-select/blob/e997b7485eca30f9bd476cfcf5f4f4e85831dc94/src/TreeNode.tsx#L6). So the value is always type `string | number`. However `TreeSelect` accepts a generic [and defaults the type to](https://github.com/react-component/tree-select/blob/e997b7485eca30f9bd476cfcf5f4f4e85831dc94/src/TreeSelect.tsx#L613)...
Hello, i am newbie in reactjs and i using rc-tree-select in my project. I import css by command import 'rc-tree-select/assets/index.less' but not working. How can i fix it? Thank u