Lukas Bach

Results 118 comments of Lukas Bach
trafficstars

Cool demo, love the look of your app! There actually is an open discussion to this very issue at #261. I mentioned there already that using the horizontal axis might...

The changes that we discussed have since been released with v2.4.0. Again, big thanks for sponsoring the development of this feature! I'll close this issue, please feel free to reopen...

I just released v2.0.0, in which a further improvement is done to this, where a drop is also registered as below the last item, if the tree container is bigger...

Searching through closed items isn't really the scope of the search bar, it's mostly intended as an accessibility feature to more quickly traverse the tree DOM. Finding a specific item...

Yes I agree. I might add a more direct interface for directly finding items in the future, but as I mentioned the kind of data structure can vary by use...

Hm, yeah I can't really figure out what causes the problem, react-dnd seems to overwrite some dnd events that rct needs, but I'm not sure..

I unfortunately don't see any actionable things to do here, since I am not sure if the issue comes from this library or react-dnd, and I'm not sure if this...

Hi, thanks for your report! The tree node DOM items are provided with a "draggable" attribute, which means that clicking with the mouse an them and dragging, which is usually...

Hm, I'd say your best bet is to use a custom interaction manager implementation, that allows you to customize the props provided to the interactive element, there you can write...

Hey! At the moment, there are no dedicated docs for that. The gist is essentially just to implement the [`onDrop`](https://rct.lukasbach.com/docs/api/interfaces/TreeChangeHandlers#ondrop) handler, you can use [the implementation in the uncontrolled environment](https://github.com/lukasbach/react-complex-tree/blob/main/packages/core/src/uncontrolledEnvironment/UncontrolledTreeEnvironment.tsx#L116)...