Skip to content
New issue

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

Fix forbid Chinese input issue #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

elvis460
Copy link

@elvis460 elvis460 commented Feb 7, 2018

line 686 in file dist/vue2-autocomplete.js will forbit the Chinese input.

      if ($event.target.composing) { return; }

I comment this line out to make Chinese input successfully. And have not found side effect without this line.
If without this line won't cause error, merge this PR please.

@elvis460 elvis460 mentioned this pull request Feb 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant