Hello,
In the FileDownloadWrapper class there is the following annotation:
@HtmlImport(“./file-download-wrapper.html”)
The documentation of @HtmlImport says, that it is only usable in compatibility mode, and is ignored in normal mode. So I think this implementation will not work in Vaadin 14 normal mode by definition.
Can we expect a version for Vaadin 14 normal mode in the near future?