We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i try use ng2-select2 with this options { tags: true, maximumInputLength: 15, multiple: true, width: '100%', placeholder: 'text' }
{ 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,
tags
multiple
I can't solve this problem Would you help me please?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 andmultiple
is true,I can't solve this problem
Would you help me please?
The text was updated successfully, but these errors were encountered: