Description
Bug or feature request?
Feature request
Feature request
First of all, amazing work here, kudos to the developers! 👍 👍
I've been using this library to develop a React based UI builder. In my use case, I need the sortable feature to work in a nested element. However I noticed in the readme,
"Independent nested lists - a list can be a child of another list, but you cannot drag items from the parent list into a child list"
Currently, my work around for this problem is to use the combine feature with nested element so that an element could go inside another element in the same hierarchy and be the child of that element. However, again, I also noticed that the combine feature only works on elements in the same hierarchy (ex: items from a list cannot be combined with items from a nested list and vice versa).
Is there a plan for the nested list so that items could be dragged everywhere regardless of the nested list level? I think this could be beneficial for some use case.
Sorry for my bad english 😄 and thanks again! great work! 👍