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

A range slider component based on vue (Vue滑块组件).

Results 31 vue-range-slider issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, Is anyone experiencing scrollbar locked on mobile? Not sure what the problem is. No error on the console, have checked all css as well. The issue is only on...

组件跟input输入框放一起的话,input会失效,怎么解决?求指点

Hi When i use vue-range-slider and input tag together, then i can input nothing on input.

The demos at https://jsfiddle.net/xwpongithub/njdwphrm/ work well on mobile but when the component is used in an actual project it's not possible to drag the dots on mobile devices. I've copied...

to be used when working with tailwind and alike

shows these 2 console error < VueRangeSlider v-model="value"> "TypeError: Cannot read property 'addEventListener' of undefined" "TypeError: Cannot read property 'offsetWidth' of undefined"

My project is using Date objects as the max and min values. The slider is working, but the tooltips just display the date number. As far as I'm aware, the...

will this component be released for vue 3?

I'm trying to add svg arrows inside the slider handles but the following doesn't do anything. ``` ssssssssssss ``` What's wrong with the above?

https://github.com/xwpongithub/vue-range-slider/blob/7a96e22d7d926ee72554b1f48fc8613e980092d6/dist/vue-range-slider.esm.js#L1280 https://github.com/xwpongithub/vue-range-slider/blob/7a96e22d7d926ee72554b1f48fc8613e980092d6/dist/vue-range-slider.esm.js#L1281 Bindings for "keyup" and "keydown" events in given two lines assigns these callbacks to whole document object. So when you try to enter any text to any input,...