tag-it
tag-it copied to clipboard
Russian text sometimes not working! б = , in english keyboard [Bug]
When I press 'б' in russian keyboard it's trigger ','
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)