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
I have a similar issue whiles attempting to create builder using directives, though modal is specified, in "grid", below input elements are not copied.
In the above, onDrop logs show field.elements with expected value, however in ngxDroppable, dropped item is not cloned.
Image above shows that element [1] is successfully placed in Droppable, thus rendering [A], however when dropped in grid it is not rendered though it is successfully placed in [model]="field.elements"
Image above shows that elements are successfully added to [model]="field.elements", however as indicated above render/copy doesn't work. Grid elements dropZone="form-canvas" same as over arching Droppable dropZone.
I have a similar issue whiles attempting to create builder using directives, though modal is specified, in "grid", below input elements are not copied.
grid element
In the above, onDrop logs show field.elements with expected value, however in ngxDroppable, dropped item is not cloned.
Image above shows that element [1] is successfully placed in Droppable, thus rendering [A], however when dropped in grid it is not rendered though it is successfully placed in [model]="field.elements"
Image above shows that elements are successfully added to [model]="field.elements", however as indicated above render/copy doesn't work. Grid elements dropZone="form-canvas" same as over arching Droppable dropZone.
Originally posted by @isawk in #60 (comment)
The text was updated successfully, but these errors were encountered: