Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yarl opened this issue Feb 10, 2021 · 2 comments
Open

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

yarl opened this issue Feb 10, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@yarl
Copy link

yarl commented Feb 10, 2021

for example, the combination below will not work

  draggableTrack
  max={100}
  min={-100}
@tajo tajo added the bug Something isn't working label Feb 10, 2021
@casdidier
Copy link
Contributor

@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
Copy link
Author

yarl commented Mar 19, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants