vue-range-slider
vue-range-slider copied to clipboard
It is disable all kinds of input
Hi When i use vue-range-slider and input tag together, then i can input nothing on input.
Same here oO
https://github.com/xwpongithub/vue-range-slider/issues/18 Would be nice to have a release with the fix...
I have same problem , and I can't refresh page by f5 , open devtools by f12
Same issue, additionally the text selection on the whole page is also prevented, which is a no - no.
any solution?
FIX:
created : function() { VueRangeSlider.methods.handleKeyup = ()=> console.log; VueRangeSlider.methods.handleKeydown = ()=> console.log; }
I spent a great deal of time banging my head against the wall until I found this issue as I didn't suspect this component. Even though there is a workaround for the sake of future developers it would be great to get this fixed!