The component works great, thank you!
One little thing I did not figure out how to do is - how to force a file download?
My example is - I am fetching a pdf blob from the database, and passing it to the wrapper.
Everything works just great, but in my case Firefox always opens the pdf. I tried some tricks with modifying the anchor, and adding the “download” attribute, but that did not work.
Any ideas?