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

IMPORTANT: How to fix the input blocking bug #18

Open
boriswinner opened this issue Jul 15, 2020 · 8 comments
Open

IMPORTANT: How to fix the input blocking bug #18

boriswinner opened this issue Jul 15, 2020 · 8 comments

Comments

@boriswinner
Copy link

boriswinner commented Jul 15, 2020

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.

@chrismuiruriz
Copy link

Thank you for this tip

@chrismuiruriz
Copy link

Check out this https://stackoverflow.com/questions/60871872/vue-range-slider-making-page-not-scrollable-on-mobile

@AndriiBVW
Copy link

Remove installed package from npm:
"vue-range-component": "^1.0.3"

Add directly from Github
"vue-range-component": "xwpongithub/vue-range-slider"

@nielslynggaard
Copy link

Would be nice if the fix was just relased.

@asilcetin
Copy link

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!

@boriswinner boriswinner changed the title How to fix the input blocking bug IMPORTANT: How to fix the input blocking bug Dec 9, 2020
@mrfrkayvaz
Copy link

thanx 🙏

@nepster-web
Copy link

Remove installed package from npm:
"vue-range-component": "^1.0.3"

Add directly from Github
"vue-range-component": "xwpongithub/vue-range-slider"

it seems this thread has been deleted?

@luisblazquezm
Copy link

Remove installed package from npm: "vue-range-component": "^1.0.3"

Add directly from Github "vue-range-component": "xwpongithub/vue-range-slider"

Hands down to this 🙌 . Thanks!!

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

No branches or pull requests

8 participants