Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle key property not being set on event in some circumstances
When an input is auto completed by chrome (e.g password/username) it triggers an event that scoutbar is listenting to but excludes the "key" property. This throws an exception when calling toLowerCase on undefined
- Loading branch information