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

Russian text sometimes not working! б = , in english keyboard [Bug] #403

Open
fanux365 opened this issue Jun 4, 2018 · 2 comments
Open

Comments

@fanux365
Copy link

fanux365 commented Jun 4, 2018

When I press 'б' in russian keyboard it's trigger ','

@shadialnamrouti
Copy link

Comment out this line inside the plugin:
event.which == $.ui.keyCode.COMMA ||

@Hamulus
Copy link

Hamulus commented Jun 5, 2019

I would change the line to
event.key === ','
It will continue handle commas in any language and will allow to use this key in allother cases (different keyboard layout, shift key pressed etc)

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

3 participants