tajo / react-range

🎚️Range input with a slider. Accessible. Bring your own styles and markup.
https://react-range.pages.dev
MIT License
859 stars 97 forks source link

draggableTrack is not working when min value is below 0 #128

Open yarl opened 3 years ago

yarl commented 3 years ago

for example, the combination below will not work

  draggableTrack
  max={100}
  min={-100}
casdidier commented 3 years ago

@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

yarl commented 3 years ago

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