angular-drag-n-drop-directive icon indicating copy to clipboard operation
angular-drag-n-drop-directive copied to clipboard

Support for Add and remove input & file upload fields dynamically

Open msankar1991 opened this issue 4 years ago • 0 comments

Hi Team,

I'm using this library for single file and its working fine.

But I'm having requirements add & remove input & file upload fields dynamically.

So this case this library will support this dynamic functionality file uploads in single same form. Below code I've used it but if I upload dynamic first add more section it updating all appDnd form fields also.

How to deal with this case and let me know the solution will be helpful.

<div class="col-4 align-items-center" (fileDropped)="onFileDropped($event, i)" appDnd>

msankar1991 avatar Sep 08 '21 14:09 msankar1991