react-input-range icon indicating copy to clipboard operation
react-input-range copied to clipboard

draggableTrack can break if no onChangeComplete given and the range is resized

Open jcgertig opened this issue 8 years ago • 1 comments

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

jcgertig avatar Jul 13 '17 08:07 jcgertig

Should this be closed since PR was merged?

acomito avatar Oct 16 '18 13:10 acomito