zefoy / ngx-dropzone-wrapper

Angular wrapper library for Dropzone
MIT License
174 stars 51 forks source link

[placeholder] is null after uploading a file #25

Closed topa closed 7 years ago

topa commented 7 years ago

Hi, at first I want to thank you for your nice and easy to use wrapper around dropzone. It really helps me developing my app. Right now I'm using the [placeholder] to show previously uploaded images which works perfectly fine. But after uploading or changing an image [placeholder] becomes null. Is this the desired behavior and am I misusing the [placeholder]?

topa commented 7 years ago

It seems that setting autoReset to 0 solved my problem.

maheshts commented 3 years ago

i am unable to set placeholder.Can you pls guide.