NightCatSama/vue-slider-component

Make other dot handles to be fixed when minRange is defined

AnandTati opened this issue · 1 comments

Describe the feature

Make the other dot handles fixed when one of the dot handle is moved when minRange or maxRange is defined.

Describe the solution you'd like

I have two dot handles and minRange defined. When i move one of the handle, and the first one reaches within the minRange from second handle, the second handle starts moving in other direction.
I need a make the other dot handles fixed when one of the dot handle is moved when minRange or maxRange is defined.

Or if this feature already exists, please provide that information.

There is a working solution on this issue comment using a computed :dot-options props.