miblanchard / react-native-slider

A pure JavaScript <Slider> component for react-native and react-native-web
MIT License
377 stars 67 forks source link

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

Open boksandaniel opened 1 year ago

boksandaniel commented 1 year ago

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.

qobaid-bunnyrents commented 1 year ago

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

janusqa commented 1 year ago

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

Neiso commented 1 year ago

Made a PR that fixed it for me if interested.