soundar24 / vue-round-slider

A round slider component for Vue JS, with range slider support. Also it can be any kind of arc slider such as pie shape, half / semi-circle, quarter circle shape sliders.
https://vue.roundsliderui.com/
MIT License
68 stars 14 forks source link

How to restrict the slider from continuing after one rotation. #12

Closed abbjetmus closed 2 years ago

abbjetmus commented 2 years ago

How to restrict the slider from continuing after one rotation? Want it to stop at the end of the rotation.

soundar24 commented 2 years ago

@abbjetmus are you expect the below behaviour?

https://codesandbox.io/s/vue-round-slider-prevent-handle-full-rotation-0l6yo9?file=/src/components/SliderDemo.vue

abbjetmus commented 2 years ago

@soundar24 Yes exactly, thank you and for creating the slider. It would be nice to port to Vue3 but a previous comment had a workaround for that.