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

For UIs that I need to build, support for adding multiple, custom icons within the label portion is needed, in additional to having (for example) the checkbox. Sometimes the icon(s)...

These two pages, for rc-tree and rc-tree-select, have the same problems. There's no working examples I can try out without downloading your packages: https://tree-react-component.vercel.app/ https://tree-select-react-component.vercel.app/ On this page: https://tree-react-component.vercel.app neither...

Using Nextjs with app router and react 18. Warning: Legacy context API has been detected within a strict-mode tree. The old API will be supported in all 16.x releases, but...

https://github.com/react-component/tree-select/blob/a000435807512c5799292abbd13bfe4649334bae/src/hooks/useFilterTreeData.ts#L40 ```typescript function dig(list: DefaultOptionType[], keepAll: boolean = false): DefaultOptionType[] { function digRecursive(list: DefaultOptionType[], result: DefaultOptionType[]): DefaultOptionType[] { if (list.length === 0) { return result; } const dataNode = list[0];...

SearchInput 大数据时很慢,键盘输入会卡住,是否有好的方式可以决解

Hi TreeSelect is not rendering properly despite importing all the styles. Below is my code import 'rc-tree-select/assets/index.less'; import TreeSelect from 'rc-tree-select'; ``` function App() { const data = [{ label:...

**Problem:** The `value` prop of a tree node is often a numeric id, unique hash, or other non-human-readable identifier. Currently when navigating the Tree Select dropdown using a screen reader,...

I have tried with codesandbox. But I am getting this error in css file. Could not find module in path: 'rc-tree-select/assets/index.css' relative to '/src/App.js' You can see my example here....

When the dropdown renders on top, elements are not responsive. Elements and tree nodes cannot be clicked as it has "pointer-events: none" in the dropdown list container.

![image](https://user-images.githubusercontent.com/23355645/176677715-6b11625a-6eb8-4053-847f-f77035bfc0a5.png)