I'm not sure if it's a simple oversight or a deliberate limitation for the wrapper, but addedFile or addedFiles are missing from DropzoneConfigInterface -- meaning that you cannot override the default dropzone behaviour when adding files.
I've got some previous plain jane javascript that's being converted over to Angular 12 which relies on this ability to preset the user with the option to crop their image before it is uploaded. Is there another way to do this or was it just something that was missed because it's a fairly edge case use?
I'm not sure if it's a simple oversight or a deliberate limitation for the wrapper, but addedFile or addedFiles are missing from DropzoneConfigInterface -- meaning that you cannot override the default dropzone behaviour when adding files.
I've got some previous plain jane javascript that's being converted over to Angular 12 which relies on this ability to preset the user with the option to crop their image before it is uploaded. Is there another way to do this or was it just something that was missed because it's a fairly edge case use?