In many languages the key with keycode "188" (comma in en layout) is used for some letter. For example in russian language this key stands for letter "б".
Unfortunately, the semantic ui dropdown binds an event to this keycode, to separate tags (event for non multiselect fields), which makes typing the letter, assigned to this keycode impossible.
Is there some way to disable, or customize this functionality?