It can be interesting to have a x-on:keydown.stop.except.esc for example #4271
joffreypersia
started this conversation in
3. Feature Ideas
Replies: 1 comment
-
It's simple enough to just do
|
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
-
Hi,
For example in a modal, I have an input text field, I would like to block all the propagation of the letters (because of other shortcuts I might have set), but only make the propagation of Esc to close the modal.
Today I need to dispatch an event for that, that is not a keydown event.
PS: I don't use the keyup.stop because the shortcut listen to keydown (quicker for multi keys shortcut).
Best,
Beta Was this translation helpful? Give feedback.
All reactions