This repository has been archived by the owner on Feb 7, 2018. It is now read-only.
give @Listen an option to look in shadowRoot as default instead of in lightDOM #2
Labels
bug
Something isn't working
Depending on the usecase a component could listen for events in shadowRoot (normal use case with complex components).
But a component should also be able to listen for events that comes from slotted content.
So @listen should be changed into listening in shadowDom by default, and should query fro itself to listen in lightDOM
The text was updated successfully, but these errors were encountered: