Peter Freeman

Results 8 comments of Peter Freeman

Hi @william-fargues, thank you for your feedback on using the dropzone within a form. Unfortunately, the native `` element does not play very well together with Angular's form controls, and...

Hey there, please show the code of your onSelect method.

Hi @DevinloperNL, can you please share some of your source code? The file type is actually not modified by the library, so I want to check your `accept` parameter.

Please try again using Angular 13 or switch to Ivy manually.

Hey there, thanks for your feedback. I think the cleaner way would be to use OnPush change detection within the library as well. I am planning to re-implement the package...

Hi @gitalvininfo, I am still working on the update in the background, so it will still take a while. I am sorry for your inconveniences but hopefully you can work...

Setting the `multiple` property to `false` only limits the number of files _per drop/selection_ to 1. If you always only want to show a single file, you have to implement...

Hey guys, to preview an image file from a URL, you would have to implement something like this when fetching the files: ```js async function createFilePreview(){ const response = await...