zillow / react-slider

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

Wrong index in change event when changing thumb value through click #306

Open curtisy1 opened 9 months ago

curtisy1 commented 9 months ago

When having an array of values and moving one of the thumbs by clicking on the slider, the index is not set properly before triggering the change event. Steps to reproduce in the CodeSandbox:

CodeSandbox

https://codesandbox.io/s/react-slider-bug-forked-9sckvq?file=/src/App.js