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

draggableTrack is not working when min value is below 0

Open yarl opened this issue 3 years ago • 2 comments

for example, the combination below will not work

  draggableTrack
  max={100}
  min={-100}

yarl avatar Feb 10 '21 11:02 yarl

@yarl Hello, Could you help how to reproduce the issue ? I was not able to see it see link below : https://codesandbox.io/s/react-range-forked-3ybfi?file=/src/index.js

casdidier avatar Mar 11 '21 17:03 casdidier

oh, I should have mentioned that it's not working properly when there are multiple values eg. [50, 90]

yarl avatar Mar 19 '21 13:03 yarl