vue-range-slider icon indicating copy to clipboard operation
vue-range-slider copied to clipboard

This slider blocks keyboard input

Open daniberv opened this issue 5 years ago • 7 comments
trafficstars

Are you serious?

https://github.com/xwpongithub/vue-range-slider/blob/838d787a66a6318de9f68e9840382866e8363bea/src/js/vue-range-slider.js#L1052

daniberv avatar Apr 25 '20 19:04 daniberv

Yes it is horrible. I faced the same issue. Idk why do did that

rawscripter avatar Apr 27 '20 14:04 rawscripter

Have you found any solution to fix that ?

xunita avatar May 14 '20 19:05 xunita

I skip this one and tried with this slider. and it works fine https://github.com/NightCatSama/vue-slider-component

rawscripter avatar May 14 '20 20:05 rawscripter

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.

daniberv avatar May 14 '20 23:05 daniberv

Thanks @rawscripter, I have switched to NightCatSama/vue-slider-component too

Kolahzary avatar Nov 13 '20 20:11 Kolahzary

hi, you slider is awesome, much better then vue-slider-component, but, please, fix this problem. @xwpongithub

mrosminin avatar Sep 17 '21 08:09 mrosminin

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 :/

imtiyazs avatar Jan 17 '23 12:01 imtiyazs