JackDanielsAndCode / react-native-multi-slider

Pure JS react native slider component with one or two markers.
MIT License
151 stars 96 forks source link

Cannot move sliders after both sliders moved to maximum #34

Closed mamartin closed 7 years ago

mamartin commented 7 years ago

When two sliders meets at the same value, higher marker is always at the top of the lower marker so when you want to slide, you can only slide right (as the higher slider cannot be lower than lower slider). When both sliders are moved to the highest value, you are unable to move any slider. img_20161101_100138_953

mamartin commented 7 years ago

just found out it there is 1px where you can grab the lower slider and move it...