tree-select icon indicating copy to clipboard operation
tree-select copied to clipboard

React Tree Select

Results 119 tree-select issues
Sort by recently updated
recently updated
newest added

when I set props` loadData` `treeCheckStrictly`,setting` showCheckedStrategy `as `SHOW_PARENT` does't work ![image](https://user-images.githubusercontent.com/15667777/92585426-86ab2c00-f2c7-11ea-895f-30f9a07a0813.png) 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能否实现类似的功能,以方便在使用中统一风格。 非常感谢! ![image](https://user-images.githubusercontent.com/24447994/53885878-c00f3580-4059-11e9-9f7e-ba6ab1af8388.png)

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...

![Screen Shot 2020-06-22 at 5 07 53 PM](https://user-images.githubusercontent.com/23658183/85297195-22888100-b4ab-11ea-9356-fc2d5b2436d7.png) So as you see, on the first pic label is no cutted yet. ![Screen Shot 2020-06-22 at 5 08 24 PM](https://user-images.githubusercontent.com/23658183/85297326-45b33080-b4ab-11ea-85fa-559a1f91a217.png) 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