react-complex-tree
react-complex-tree copied to clipboard
Unopinionated Accessible Tree Component with Multi-Select and Drag-And-Drop
**Is your feature request related to a problem? Please describe.** I am trying to add animation to the item children list when expanding/collapsing. The easiest way to do that would...
**Describe the bug** I can't focus tree by using just keyboard if items are removed from the tree. I am not sure if it is a defect. **To Reproduce** 1....
Hello there, first of all, let me say that I really enjoy working with this library, especially its focus on a11y is appreciated! Now, after working with uncontrolled tree data,...
Bumps [cpy-cli](https://github.com/sindresorhus/cpy-cli) from 3.1.1 to 5.0.0. Release notes Sourced from cpy-cli's releases. v5.0.0 Breaking Require Node.js 16 9dcd134 Improvements Update dependencies 9dcd134 https://github.com/sindresorhus/cpy-cli/compare/v4.2.0...v5.0.0 v4.2.0 Make the --rename flag support string...
Bumps [typedoc-plugin-markdown](https://github.com/tgreyuk/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 3.13.6 to 3.17.1. Release notes Sourced from typedoc-plugin-markdown's releases. [email protected] Prevent escaping of angle brackets in toc [(#495)](tgreyuk/typedoc-plugin-markdown#495) [email protected] Features Support MDXv2 [email protected] TypeDoc 0.25.0 compatibility fixes...
** I am trying to use react-complex-tree in controlled environment and I'd like to expand elements by clicking on the arrow without selecting the element at the same time. That...
Hello, Is there a way to search the tree from a custom search input? I am aware that there is already a feature to search the tree once we start...
The search bar does not search collapsed parts of the tree. I would like an optiion to search the whole tree, and automatically expand any parents to show all the...
Would it be possible to add an example in docs about virtualized tree or maybe implement it in the library? Currently, I'm working with a tree that can have in...
**Describe the bug** If you try to move another item to the last folder when the last folder is open, it will only move into the last folder, not below...