Which package manager did you use for the install? Yarn
Context
When we have a vsSlider in "range" mode with a minimum interval different from 0 (e.g. 5) and a value assigned by the v-model which includes this minimum (e.g. [5;10]) then when the component loads and we click on the slider we see "0" instead of the real minimum value (here 5)
Informations
Context
When we have a vsSlider in "range" mode with a minimum interval different from 0 (e.g. 5) and a value assigned by the v-model which includes this minimum (e.g. [5;10]) then when the component loads and we click on the slider we see "0" instead of the real minimum value (here 5)
I made a correction on my fork. I set up this ticket to forward the corresponding PR (https://github.com/lusaxweb/vuesax/pull/972)
Reproducing the bug
Screenshots
On Vuesax 3.12.2 Expected behavior