vue-range-slider
vue-range-slider copied to clipboard
A range slider component based on vue (Vue滑块组件).
The tooltip validator only returns true for 'always' and 'hover'. You can't set the tooltip to 'false' as stated in the readme.
https://github.com/xwpongithub/vue-range-slider/blob/838d787a66a6318de9f68e9840382866e8363bea/dist/vue-range-slider.esm.js#L1177 By canceling the standard behavior of the `keydown` event in the browser in this way, all elements that support it stop working. I think the problem is with `document`...
i have problem when set value with input tag. i wan't use slider range and input to change value at the same time. but when i set v-model="value[0]" in input...
Don't use this slider newer!!!!!!!!!!!!!!!!!
I implemented this component but it broke all my other inputs on app. I don't know the problem, but as soon as I commented out the imports for this component...
```jsvascript tooltip: { type: [String, Boolean], default: 'always', validator: function validator(val) { return ['hover', 'always'].indexOf(val) > -1; } },
Hi, I tried to follow the nuxt usage of the component and made it worked and custom perfectly but when I want to refresh my page, I got a navigator...
Currently the keydown/up events are set and stop defaults even when config specify not using keys. As such not I cannot type into text boxes. Can these events only be...
Problem
Hey. When the slider script is initialized, the selection of text and their copying is blocked. Help solve the problem
用了这个组件之后,其他页面不能滚动