Skip to content
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

Added fix for ignoring shortcut key combinations, added sinon js for unit testing #202

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nichaladas
Copy link

When the combobox has focus, pressing any shortcut combination made up of alt/ctrl/meta and an alphanumeric character causes the combobox to open the menu and start searching. I've added a fix to ignore the keyup when the control, alt or meta keys are being held.

I also added a unit test which required the inclusion of the latest sinon.js so that I could spy on combobox functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant