zillow / react-slider

Accessible, CSS agnostic, slider component for React.
https://zillow.github.io/react-slider
MIT License
883 stars 231 forks source link

步进值不为1, 滑动的最大值会超出 #244

Closed qiushifa closed 2 years ago

qiushifa commented 2 years ago

在move方法重应该加个判断 : value[index] = newValue > max ? max : newValue;

stonebk commented 2 years ago

Sorry, I do not know what is being asked here. If you can provide some more information and an example, we can reopen the ticket.