vaadin/vaadin-upload

There is not a 'clearSucceededListener'

ugurdoksan opened this issue · 4 comments

I think there must be a clearSucceededListener to realise the user clicked the clear button of any uploaded file...

The web component fires a file-remove event, which has been fixed by #299
Once we release a new version, you should be able to listen to it.

Closing as 4.2.2 was released, so you now can listen for file-remove event.

I can not see the corresponding method in Vaadin 14.0.3-beta version. @web-padawan

Will it be available in 14.0.0 version?

Untitled

@ugurdoksan sorry, I was a bit wrong in my explanation.

Here you can find a workaround which was previously blocked by absence of file-remove event:
https://vaadin.com/forum/thread/17336034/17362247

Let's discuss the request for Flow counterpart here: https://github.com/vaadin/vaadin-upload-flow/issues/63