react-component / slider

React Slider
https://slider.react-component.now.sh/
MIT License
3.04k stars 769 forks source link

Wrong allowed values #647

Open gonzalodenari opened 4 years ago

gonzalodenari commented 4 years ago

when params are the following: min: 0.1 max: 25 step: 0.1

the max value that the slider allows me to change is up to 24.9, so I can't select 25 which is actually the max value allowed.

kreedoo commented 4 years ago

You can reference to this issue, there are two ways to adjust this wrong at the end. https://github.com/react-component/slider/issues/667