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

Send instance of KeyboardEvent on keyup/keydown/keypress #246

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

lindagruenwald
Copy link
Contributor

This PR changes the events sent on keyup/keydown/keypress to real instances of KeyboardEvent, instead of generic UIEvents.
This is closer to browser implementation and allows more reliable usage of third party tools like, for example, Stimulus KeyboardEvent filters.

@route
Copy link
Member

route commented Nov 1, 2023

Awesome, thank you!

@route route merged commit d31b926 into rubycdp:main Nov 1, 2023
6 checks passed
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

Successfully merging this pull request may close these issues.

2 participants