vue-range-slider
vue-range-slider copied to clipboard
This slider blocks keyboard input
Are you serious?
https://github.com/xwpongithub/vue-range-slider/blob/838d787a66a6318de9f68e9840382866e8363bea/src/js/vue-range-slider.js#L1052
Yes it is horrible. I faced the same issue. Idk why do did that
Have you found any solution to fix that ?
I skip this one and tried with this slider. and it works fine https://github.com/NightCatSama/vue-slider-component
Have you found any solution to fix that ?
There is no any solution. It's fundamental unexplainable issue. Just use another slider. We use vue-slider-component from the link in the above message too. It's a good choice.
Thanks @rawscripter, I have switched to NightCatSama/vue-slider-component too
hi, you slider is awesome, much better then vue-slider-component, but, please, fix this problem. @xwpongithub
Well, this slider package is comparitively good for vue 2 with so many features. Instead of changing the plugin, I copied the JS and CSS file in my assets (/assets/plugins/range-slider), imported the same in my vue and commented out the keyboard operations from the JS (Anyway I don't need keyboard for changing the slider values).
Its working perfectly! <3 Not sure why this repo is not maintained :/