danielfarrell / bootstrap-combobox

A combobox plugin that works with twitter bootstrap
847 stars 327 forks source link

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

Open nichaladas opened 8 years ago

nichaladas commented 8 years ago

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.