NejcZdovc / ng2-select2

Select 2 wraper for angular2
MIT License
123 stars 93 forks source link

new tag korean not working! #128

Open boxfox619 opened 6 years ago

boxfox619 commented 6 years ago

i try use ng2-select2 with this options { tags: true, maximumInputLength: 15, multiple: true, width: '100%', placeholder: 'text' }

and write new tag like "한글", this is korean, but, the tag inserted like this. "ㄹㄱㅡㄴ하"

I tried solve this with changing the options. and i find the tags options is problem. This problem occurred when tags is true and multiple is true,

I can't solve this problem Would you help me please?