ngTagsInput icon indicating copy to clipboard operation
ngTagsInput copied to clipboard

Hebrew support

Open shlomoweb1 opened this issue 6 years ago • 0 comments

I love your plugin, I run into problem in the Hebrew language, while trying to add the latter "ת" it keyCode is 188 while ascii does reconize it as a comma,

my short fix in the js file ng-tags-input.js in the event input-keydown I've added a small check if(event.keyCode === KEYS.comma && event.key != ',') shouldAdd = false;

shlomoweb1 avatar Aug 21 '18 08:08 shlomoweb1