-
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
MultiSelect/ListBox: KeyA is 'q' on azerty keeboard #7130
Comments
@Et7f3 do you have a solution? |
@melloware MDN says:
|
@sja-cslab can you submit a PR? |
If I find time - just back from vacation today so I've to catch 3 weeks of work :/ |
Yes I showed the event object that hinted we should use My quickfix is a call to sed that replace |
@melloware we may need to discuss if we just want to fix the condition
or if we want to change the whole handling in that component. One point we need to keep in mind is, that
|
Yes we typically try and use |
…ems on azerty layouts (#7214) * Update ListBox.js * Update MultiSelect.js replace keycode with key
Describe the bug
The bug is this line
primereact/components/lib/listbox/ListBox.js
Line 457 in ef05cdd
primereact/components/lib/multiselect/MultiSelect.js
Line 360 in ef05cdd
Here it is the event object:
Reproducer
Just use any example in the documentation
System Information
Steps to reproduce the behavior
Expected behavior
The shortcut should execute when the key labeled A is triggered.
The text was updated successfully, but these errors were encountered: