zillow / react-slider

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

fix: change event handlers are now more reliable #163

Closed stonebk closed 4 years ago

stonebk commented 4 years ago

onBeforeChange and onAfterChange should only be called once per action, and none of the change events should fire if the action does not result in a change in value.

Fixes #161