NightCatSama/vue-slider-component

[vue3.x] Range and disabled dot, wont allow clicks behind dot

mrkazu opened this issue · 0 comments

Hello
Im trying to use range slider, however when clicking behind the disabled dot nothing hapens.

Using vue2 and vue-slider-component@3.2.15 this works perfekt
jsfiddle

Using vue3 and vue-slider-component@next it wont work
jsfiddle

also in vue3 you cant click too close to the disabled dot, that wont move the non disabled dot, it must be above 50% distance from the disabled dot to be able to move.