githuboftigran / rn-range-slider

A native slider with range
MIT License
242 stars 135 forks source link

Range Slider Thumb not stop where user want to stop #104

Closed Cskian closed 3 years ago

Cskian commented 3 years ago

Hello When I select thumb from left and right both side but label not stop where I want, after few second both thumb go on its original position so low and high value pick it's old value.

So I need new value where my label stop. How can I get It?

Thanks in Advance!!!!

githuboftigran commented 3 years ago

@Cskian , I didn't really understand the problem. Library doesn't support multi touch, so if you touch slider with 2 fingers it won't work.

anirudhabhurke commented 3 years ago

When the user taps on the range or slides the thumb to a position, the thumb goes to that desired position, and then quickly jumps back to its previous position. This happens when the low prop (for current value) changes from outside.

githuboftigran commented 3 years ago

@anirudhabhurke , so that's what is expected? If you change low prop, slider will be updated.

githuboftigran commented 3 years ago

I am closing this issue due to inactivity. As I understand everything works as expected, there is no issue here.