-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
fix(onStartTyping): Incorrect accepted valid characters #4616
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
Conversation
Thank you for your PR. Can we get some tests for this? so we prevent this from happening again? 😄 |
I have added a couple of test cases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add one more test 👀 a negative
e.g. if you type arrow keys or some such thing, we do not trigger the callback
Before submitting the PR, please make sure you do the following
fixes #123
).Description
This PR fixes the characters which are accepted when using onStartTyping. Specifically, it adds back the ability for users to start typing with Numpad0 to focus on the connected element (#4614, related: #2932).
Additional context
Should more characters be accepted or are just the basic letters and numbers enough?