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
{{ message }}
This repository was archived by the owner on Mar 10, 2024. It is now read-only.
I'm having a group structure where I have groups and questions. I can drag questions in group and drag groups and questions independently as well (for sorting). I DON'T want a group to be added in another group. (Groups should only contain questions.) I'm using dnd-allowed-types. I give it all the types which a groups should accept as:
dnd-allowed-types = ['all-question-type-values']
It works fine expect it now disables the group now i.e now groups don't accept incoming groups but now I can't drag them elsewhere for sorting either.
I've gone through documentation extensively but cannot find the solution yet. Anybody can help me on that?
The text was updated successfully, but these errors were encountered:
I'm having a group structure where I have groups and questions. I can drag questions in group and drag groups and questions independently as well (for sorting). I DON'T want a group to be added in another group. (Groups should only contain questions.) I'm using
dnd-allowed-types
. I give it all the types which a groups should accept as:It works fine expect it now disables the group now i.e now groups don't accept incoming groups but now I can't drag them elsewhere for sorting either.
I've gone through documentation extensively but cannot find the solution yet. Anybody can help me on that?
The text was updated successfully, but these errors were encountered: