You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, are there any plans in the future to allow multiple nodes with the same value in different branches of the same tree?
Ideally checking that a node from any branch would result in it being considered checked in all parts of the branch where it exists.
It would then also need to handle the checked state of parents for all of the node's parent branches.
I do not know if it would have to be referentially the exact same object or if it would be able to support different options (i.e. one node has multiple children. Another with the same value has none.)
For my use-case specifically I'm only interested in leaf nodes being duplicatable.
The text was updated successfully, but these errors were encountered:
Hi, are there any plans in the future to allow multiple nodes with the same value in different branches of the same tree?
Ideally checking that a node from any branch would result in it being considered checked in all parts of the branch where it exists.
It would then also need to handle the checked state of parents for all of the node's parent branches.
I do not know if it would have to be referentially the exact same object or if it would be able to support different options (i.e. one node has multiple children. Another with the same value has none.)
For my use-case specifically I'm only interested in leaf nodes being duplicatable.
The text was updated successfully, but these errors were encountered: