Did a simple upgrade of react-slider and now my handles are not moveable and by default they are stuck all the way on the left side, where they should be set in the middle as before when I was using 0.3.4.
I also diffed my styles with the styles you provide for the slider in the index.html, and the only style differences that I am adding that are not in yours are the following:
Every other style is exactly the same as your example.
When I inspect the element while dragging, I'm noticing that the inline left style attribute does not change at all, it just stays empty:
Screenshot above taken while dragging the handle, notice that left is not assigned to anything.
This is a bummer because I really need 0.4.1's onAfterChange feature to perform actions when the handle stops moving as opposed to each position change.
Did a simple upgrade of react-slider and now my handles are not moveable and by default they are stuck all the way on the left side, where they should be set in the middle as before when I was using 0.3.4.
Here's what my usage looks like (in jsx):
I also diffed my styles with the styles you provide for the slider in the index.html, and the only style differences that I am adding that are not in yours are the following:
Every other style is exactly the same as your example.
When I inspect the element while dragging, I'm noticing that the inline left style attribute does not change at all, it just stays empty:
Screenshot above taken while dragging the handle, notice that left is not assigned to anything.
This is a bummer because I really need 0.4.1's onAfterChange feature to perform actions when the handle stops moving as opposed to each position change.