zefoy / ngx-dropzone-wrapper

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

Changes the order the default message is selected #97

Closed ioxua closed 6 years ago

ioxua commented 6 years ago

The way the order is decided, the default message is always preferred instead of the configured message.

A small workaround for this is setting:

<dropzone [message]="dropzoneConfig.dictDefaultMessage"></dropzone>
sconix commented 6 years ago

Nice catch, I will merge and release this change with the next version.