-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
InputNumber: does not work with czech and slovak keyboard layout #6237
Comments
Can you do me a favor and go here: https://w3c.github.io/uievents/tools/key-event-viewer.html And use a keyboard combination to produce a (czech, slovak) number? I want to see exactly what keys you are using. Here us USA pressing "5". |
OK its related to this fix: #6158 I will have to figure out a way to handle this as SHIFT basically ignores the input now where before SHIFT was ignored on KeyDown but the on Keypress would accept your key. |
@r2it-git can you try 10.6.3 and report back please? |
@melloware yep, in version 10.6.3, it is working again. Thanks! |
Nice! |
Describe the bug
In versions 10.5.2 and 10.5.3, InputNumber component does not accept numbers typed using slovak or czech keyboard layouts. I suspects that it is related to the fact that with sk/cz layouts, you type numbers using Shift + key. Probably could be replicated using other layouts, that types numbers in such manner. In version 10.5.1 and previous versions it works just fine.
Reproducer
https://stackblitz.com/edit/vitejs-vite-ytc4bt?file=package.json
PrimeReact version
10.5.2, 10.5.3
React version
18.x
Language
TypeScript
Build / Runtime
Next.js
Browser(s)
Firefox, Vivaldi, Safari
Steps to reproduce the behavior
Expected behavior
No response
The text was updated successfully, but these errors were encountered: