Hi all,
I managed to resolve my issue with can-route from 7th of August by upgrading all packages.
The downside: Two event related things formerly working in the html-file don’t do anything anymore.
-
on:enter
Typing into the text field and hitting enter does not do anything. Changing on:enter to on:el:click
calls App.function when clicking into the text field -
passing %event
Similar for a different input field, having on:el:blur=“App.function(%event)” will call App.function
but the event is passed as undefined
Any idea what I am doing wrong?
Cheers,
Nada
Please describe your question here. Fork this CodePen to make examples.