react-input-range
react-input-range copied to clipboard
draggableTrack can break if no onChangeComplete given and the range is resized
I found the fix its just to move these lines
if (this.isSliderDragging) {
this.isSliderDragging = false;
}
to the top of the handleInteractionEnd function in input-range.js
Should this be closed since PR was merged?