-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
onKeyDownCapture and onKeyDown overwrite each other #2739
Comments
Interesting! Both map to the same |
Lines 92 to 104 in 952a7e2
Maybe something in there? |
Attempted to make a PR for this #2740 |
Reproduction
https://codesandbox.io/s/preact-on-capture-overwrite-e8dfk?file=/src/index.js:0-548
Steps to reproduce
Open codesandbox and type into the input field
Expected Behavior
Console:
This is how React behaves
Actual Behavior
The text was updated successfully, but these errors were encountered: