vue-range-slider
vue-range-slider copied to clipboard
IMPORTANT: How to fix the input blocking bug
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.
Thank you for this tip
Check out this https://stackoverflow.com/questions/60871872/vue-range-slider-making-page-not-scrollable-on-mobile
Remove installed package from npm:
"vue-range-component": "^1.0.3"
Add directly from Github
"vue-range-component": "xwpongithub/vue-range-slider"
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 🙏
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?
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!!