Replies: 1 comment
-
Please ignore the copy-over error: "ev-keydow-actions" > <<ev-keydown-actions>> 😊 So, yes, I do see console output 😛 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@saqimtiaz Would it be possible (and sensible) to allow events to pass through $eventcatcher? Right now it's eating them (preventDefault, stopPropagation).
I wanted to handle ENTER, for example, and tried the following but got nothing written to the console:
According to the docs as we wrote them,
keydown
andinput
(which suffers similarly) should work.<$eventcatcher preventdefault=no stoppropagation=no ... />
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions