-
Notifications
You must be signed in to change notification settings - Fork 305
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
The cell does not enter edit mode if typing a non-English letter #955
Comments
Logic for entering edit mode on type is here glide-data-grid/packages/core/src/data-editor/data-editor.tsx Lines 3339 to 3359 in 5983dca
Right now, it checks if the key pressed is a printable character within the ASCII range from space ( ) to tilde (~). |
Tell me if #959 works for you. |
Thank you for your fast response. |
What symbols are typically shared with the number keys? The unicode for symbols seems pretty broad:
|
added symbols and punctation |
I am not sure if |
Steps to reproduce:
Typing the letters that are the same as English enters edit mode.
Tested in browsers:
Google Chrome Version 125.0.6422.113 (Official Build) (64-bit)
Firefox 126.0 (64-bit)
OS:
Windows 11 Pro 23H2 22631.3593
The text was updated successfully, but these errors were encountered: