circular slider repeater Boolean (enhancement)
Closed this issue · 1 comments
Fanna1119 commented
Problem:
When mouse/touch dragging the circular slider to 100%(last value) then beyond, it would go back to 0 again starting a new cycle.
Suggestion:
A boolean to set repeat: false
to stop at last value(100%) when trying to drag beyond 100%
<v-slider width="300px" orientation="circular" repeat="false" />
freddie-nelson commented
added in 1.4.1