Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Hebrew support #872

Open
shlomoweb1 opened this issue Aug 21, 2018 · 0 comments
Open

Hebrew support #872

shlomoweb1 opened this issue Aug 21, 2018 · 0 comments

Comments

@shlomoweb1
Copy link

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;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant