Open boriswinner opened 4 years ago
Thank you for this tip
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!!
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.