-
Notifications
You must be signed in to change notification settings - Fork 10
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
Multiple slider doesn't render start values #13
Comments
I was having the same issue, but testing a little further the it happened with non-multiple ranges too. Apparently it happens when the Slider isn't visible on initialization. On my scenario it was inside a react-semantic-ui-range/lib/elements/slider.js Lines 92 to 96 in 6f537a0
I could try a PR but I don't know if @iozbeyli is still accepting them. |
Greetings @renato - I am facing the same issue. Do you have a workaround at hand? |
Hey @TimMcCauley, I ended up using another slider component (rc-slider), so I don't have a workaround at hand, unfortunately. |
Thank you @renato, I will check it out! Appreciated. |
Using v0.7.0
Result on first render:
What I expect to see
The text was updated successfully, but these errors were encountered: