angular-dragdrop icon indicating copy to clipboard operation
angular-dragdrop copied to clipboard

unique element in droppable area

Open scne opened this issue 10 years ago • 1 comments

There is any way to prevent duplicate element in droppable area? My draggable are input element and I would obtain a final model without duplicate ones. Thanks

scne avatar Apr 26 '16 10:04 scne

I guess you can do this logic in your Angular controller by comparing if the element is the same type? I did the similar thing in my project.

cht8687 avatar Nov 16 '16 02:11 cht8687