-
Notifications
You must be signed in to change notification settings - Fork 66
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
IMPORTANT: How to fix the input blocking bug #18
Comments
Thank you for this tip |
Remove installed package from npm: Add directly from Github |
Would be nice if the fix was just relased. |
Yes, I have the same issue. It disables/blocks the keyboard input for the select input component (https://vue-select.org/) that I'm using. Please release the fix, thank you! |
thanx 🙏 |
it seems this thread has been deleted? |
Hands down to this 🙌 . Thanks!! |
Just comment these lines (1246, 1247) in the lib's js file:
addEvent(document, EVENT_KEY_DOWN, this.handleKeydown);
addEvent(document, EVENT_KEY_UP, this.handleKeyup);
If you have already written all the code and don't have the ability to switch to another library, this trick seems to do the job.
The text was updated successfully, but these errors were encountered: