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
Right now, I would like the dragula inputs to have a combination of behaviors for "replace = TRUE" and "replace = FALSE", where if the user selects an element from the source box, it will be copied over. The objective is to have multiple instances the source element in any of the target boxes, and there can be more than 1 item in each target box.
However, this causes the elements in the target boxes to be stuck and cannot be removed from the target box. Another effect it has is duplicating the elements in the source box if the user drags from target box to source box.
Hope you can help with a fix for this.
-Fabian
The text was updated successfully, but these errors were encountered:
Right now, I would like the dragula inputs to have a combination of behaviors for "replace = TRUE" and "replace = FALSE", where if the user selects an element from the source box, it will be copied over. The objective is to have multiple instances the source element in any of the target boxes, and there can be more than 1 item in each target box.
To achieve this, I've tried the following:
However, this causes the elements in the target boxes to be stuck and cannot be removed from the target box. Another effect it has is duplicating the elements in the source box if the user drags from target box to source box.
Hope you can help with a fix for this.
-Fabian
The text was updated successfully, but these errors were encountered: