Open janosh opened 4 years ago
I'm sure you understand the Svelte limitation that kept me from implementing this, and the issue you linked from reflects this. There's simply no way to lazily bind to all events / pass event listeners as props without defining all of them. There is now an rfc that might solve our problem: https://github.com/Sxxov/rfcs/blob/master/text/0000-spread-binding.md
I shall continue to leave this issue open until we can do this correctly in Svelte :) Thanks for the issue.
It would be cool if SVG components supported events. Right now, something like this doesn't work:
Instead, you need to wrap the SVG in a DOM element, e.g.
Anything this package could do to enable the first version? Still learning how the Svelte compiler works so this might be a dumb question.