Closed CleberDSantos closed 7 years ago
Can you be bit more specific. Are you using directive or component and what do you mean that nothing happens. The add / remove links wont show or don't work?
Hello, I'm facing a similar issue using the dropzone component. My Angular version is: 4.0.0
I've set
addRemoveLinks: true
in my configs, but the removeLinks won't work, i.e., when hovering cancel/remove nothing happpens and clicking them won't work.
The configs are working:
I noticed the remove link is out of its div container, is-it intended?
I don't think the addRemove links does anything else than add the links, you need to handle the removal etc in the remove callback etc.
If that wont solve it I can look into this bit closely once I am back from my holiday on monday.
I would like it to have support for when I wanted to delete a file, I could request a call to delete it.
I tried to just change to addRemoveLinks: true, however nothing happens.