react-input-range
react-input-range copied to clipboard
Slider gets freezed when using decimal values for step and range
It gives long decimal values and does not comes on 0.5 or 0.9 if i use the range of 0.1 to 0.9 and make step 0.1.
I'm having the same issue, if i start with 17.2 and end with 18.2 with a 0.1 step, it goes 17.3, 17.400000000002, 17.6, etc. If i move the slider back, it goes from 17.6, 17.5, 17.3