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

Using key 188 in inputKeydownMap #41

Open
SeleDka999 opened this issue Apr 18, 2017 · 0 comments
Open

Using key 188 in inputKeydownMap #41

SeleDka999 opened this issue Apr 18, 2017 · 0 comments

Comments

@SeleDka999
Copy link

Key 188 is letter "Б" of the Russian alphabet, and using it in "inputKeydownMap" in "combobox.js" makes it difficult to enter text

 inputKeydownMap: {
    8: 'removeLastToken', // delete
    13: 'selectOnEnter', // enter
    188: 'selectOnEnter', // comma
    27: 'hideOnEscape', // escape
    38: 'focusPrevious', // up arrow
    40: 'focusNext' // down arrow
  },
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

No branches or pull requests

1 participant