aehlke / tag-it

A jQuery UI plugin to handle multi-tag fields as well as tag suggestions/autocomplete.
http://aehlke.github.com/tag-it/
MIT License
2.48k stars 826 forks source link

keycode COMMA bug on other language #395

Open ultramanbank opened 6 years ago

ultramanbank commented 6 years ago

when i type "ม" in thai language this "ม" is same button "," (comma). i change condition split tag (c.which===b.ui.keyCode.COMMA&&!1===c.shiftKey) to (event.key === ","). i can type "ม"

Zloklun commented 6 years ago

Problem also persists in russian when using letter "б" (or its uppercase "Б") that is same button as comma