miblanchard / react-native-slider

A pure JavaScript <Slider> component for react-native and react-native-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Right slider all the way to the left side cannot be dragged again

boksandaniel opened this issue · comments

If you drag the right slider all the way to the left, you are not able to drag the slider on the right side again.
When you have a multislider and the right slider all the way to the left, you are not able to drag the slider on the right side again but with the left one you can.

I'm facing the same issue (on iPhone 14 iOS 16.2 simulator and RN 0.67.4) ... Do you have any workaround ?

Also the thumbs cannot come together. If I have a range of 1 to 100, would have love to have the option to bring it down to 1.
Currently the smallest rage for a step of 1 is 1-2

Made a PR that fixed it for me if interested.