Html – Why are latent functions, such as callbacks registered with `addEventListener("input, …")` in my nested webcomponents not being executed?
Hopefully the snippet is self explanatory, most of the (albeit rather broken) magic happens in conntectedCallback(). Essentially, if you type into the first text field at the very top you will see a string being printed to the console. But…