-
Notifications
You must be signed in to change notification settings - Fork 77
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
Input type number does not work with French (F) AZERTY keyboard layout #6854
Comments
This was also reported as BUG-000157826. |
possibly related #7039 |
@ChristopheSuter what platform and browser are you running that allows you to type the non-number pad numeric keys in the native html number input? I'm on macOS Ventura 13.4 and this the behavior I see when I type 1234567890 on the non-number pad keys in the following browsers: |
Hmm... still can't replicate it, even after removing all input sources except ABC - AZERTY. Does it require a system restart after applying those changes? |
i am able to reproduce the error with Ventura 13.3.1 and Chrome. |
**Related Issue:** #6854 ## Summary This PR will support French AZERTY keyboard layout in `calcite-input` & `calcite-input-number`
Installed and assigned for verification. |
A fix has been added to our latest release, @ChristopheSuter could you verify if the fix is mitigated with the AZERTY keyboard and |
Verified on Mac OS in Chrome with this sample in |
Actual Behavior
Problem when using calcite input type number with French (France) keyboard layout AZERTY on keyboards without numeric pad.
The user needs to hold the [SHIFT] key to enter numbers and this does not work (no input token) on calcite input but does work on native input type number
Expected Behavior
Input should work as native input
Reproduction Sample
https://codepen.io/geospatialem/pen/QWZpepg
Reproduction Steps
Change your keyboard layout to French (France) and try to input number :
https://codepen.io/geospatialem/pen/QWZpepg
Reproduction Version
1.2.0
Relevant Info
MacOS/Chrome
Regression?
No response
Priority impact
p1 - need for current milestone
Impact
User can not use input
Esri team
N/A
The text was updated successfully, but these errors were encountered: