Closed Dan-Do closed 2 years ago
Ah yea, I see what's happening here. The child components return the HTML only, so any reference to those listeners is lost. They would need to be attached to the parent component to work.
Addressed with a redesigned API model in v12 (now live)
Hi @cferdinandi Let's take the example from this link https://codepen.io/cferdinandi/pen/QWqvVqL The
oninput
does not work as expected.