You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
French people mostly use Azerty keyboard instead of the most common qwerty one. It has a specificity that numbers (except on the pad) are used in combination with Shift key. It means that to type in "1", you need to type "Shift + 1".
The bug
It seems that the Shift key has some adverse effect on InputNumber component, meaning it will disable whatever is entered. Basically, it makes it impossible for azerty keyboard users to enter numbers in an InputNumber component, unless they:
You will need to install azerty keyboard (has been tested on Windows) and then use it, to see that numbers cannot be entered in the InputNumber component.
It has been tested on both Chrome and Firefox browsers, but is expected to be common to all browsers.
Expected behavior
It is expected that azerty keyboard users can also enter numbers in an InputNumber component.
The text was updated successfully, but these errors were encountered:
Describe the bug
Azerty keyboard specificities
French people mostly use Azerty keyboard instead of the most common qwerty one. It has a specificity that numbers (except on the pad) are used in combination with Shift key. It means that to type in "1", you need to type "Shift + 1".
The bug
It seems that the Shift key has some adverse effect on InputNumber component, meaning it will disable whatever is entered. Basically, it makes it impossible for azerty keyboard users to enter numbers in an InputNumber component, unless they:
Thank you.
Reproducer
https://stackblitz.com/edit/primevue-create-vue-issue-template-tqwd1a
PrimeVue version
3.50.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
You will need to install azerty keyboard (has been tested on Windows) and then use it, to see that numbers cannot be entered in the InputNumber component.
It has been tested on both Chrome and Firefox browsers, but is expected to be common to all browsers.
Expected behavior
It is expected that azerty keyboard users can also enter numbers in an InputNumber component.
The text was updated successfully, but these errors were encountered: