-
Getting the error above when tooltip is set to false
Dist & src contains different code.
/src/js/vue-range-slider.js
` tooltip: {
type: [String, Boolean],
default: 'alway…
-
line https://github.com/vue-bulma/slider/blob/master/src/Slider.vue#L2 creates HTML that is invalid, as per HTML5 spec:
`Attribute number not allowed on element input at this point.`
That partic…
-
Don't use this slider newer!!!!!!!!!!!!!!!!!
-
#### Describe the bug
(ru)
Добрый день!
У меня есть modelValue: number[] = [1960, 2023]. К этому массиву привязан vue-slider посредством v-model. В то же время, к каждому из элементов массива привя…
-
First of all, thanks for the Vue-Cropperjs plugging!
#### How can I allow users to zoom an image using a range slider? Like this gif below...
![zoom](https://user-images.githubusercontent.com/119…
-
Hi
When i use vue-range-slider and input tag together, then i can input nothing on input.
-
Just comment these lines (1246, 1247) in the lib's js file:
` addEvent(document, EVENT_KEY_DOWN, this.handleKeydown);`
` addEvent(document, EVENT_KEY_UP, this.handleKeyup);`
If you…
-
I would like to report a couple of issues in function `onInput` in following file: https://github.com/miracleonyenma/custom-vue-range-slider/blob/a7fe59c8d9eff250d55e6c30debeeaa15b4d60e3/src/component…
-
Is there any plans to refactor this plugin as vanilla Javascript? It seems good piece of slider library I'd like to use (basically because ability to limit slider range), but I do not want ta bring in…
-
Hi,
in order to define a date-range slider, I wrapped a vue-slider as shown in this simple fiddle : https://jsfiddle.net/9t2u0sja/
But, when I try to change min/max and value, it yields :
`[VueS…