We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I noticed a minor issue in a slider when it is greater than the viewport width documented in this codesandbox.
Steps:
I haven't found the root cause yet and can update this issue later
The text was updated successfully, but these errors were encountered:
after some digging:
react-range/src/Range.tsx
Line 147 in 2a634cd
inside the onMove function, the trackRect.left above doesn't update its value if you scroll the page before interacting with the range
trackRect.left
Sorry, something went wrong.
@luizcieslak have you found any workaround?
I haven't @ahsan-sabir 😢
No branches or pull requests
Hi! I noticed a minor issue in a slider when it is greater than the viewport width documented in this codesandbox.
Steps:
ssr-2023-10-20_15.10.30.mp4
I haven't found the root cause yet and can update this issue later
The text was updated successfully, but these errors were encountered: