angular-drag-n-drop-directive
angular-drag-n-drop-directive copied to clipboard
Support for Add and remove input & file upload fields dynamically
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>