Open fanux365 opened 6 years ago
Comment out this line inside the plugin:
event.which == $.ui.keyCode.COMMA ||
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)
When I press 'б' in russian keyboard it's trigger ','