Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent Input keydown propagation? #93

Open
mikewuu opened this issue May 27, 2019 · 3 comments
Open

Prevent Input keydown propagation? #93

mikewuu opened this issue May 27, 2019 · 3 comments

Comments

@mikewuu
Copy link

mikewuu commented May 27, 2019

Sorry if I missed it in the docs, but is there a way to receive the input field's keydown event? I'd like to stop it propagating.

@JohMun
Copy link
Owner

JohMun commented Jun 30, 2019

The best chance to get the event is to listen on @input

@mikewuu
Copy link
Author

mikewuu commented Jun 30, 2019

Thanks! Didn't see in the events section that the @input event was exposed.

@JohMun
Copy link
Owner

JohMun commented Jun 30, 2019

But I seems to me, that the event is not passed as parameter currently... sry. For now, you only recieve the input value of the text field

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants