You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same idea as closed issue #57 however rather than a question, more of a bug report. The solution provided doesn't work correctly with a continuous slider.
I find as the value is set using dataIndex, the knob will bounce between the current position and the correct position. The actual value will update, however the slider will then be out of sync with where the zero position should be. For example setting the slider from 10 -> 20, would make the current knob position stay the same with the value updated to 20. Further smaller updates appear to move it. If then moving it to the configured '0' position, the value would then display -10.
The text was updated successfully, but these errors were encountered:
Same idea as closed issue #57 however rather than a question, more of a bug report. The solution provided doesn't work correctly with a continuous slider.
I find as the value is set using
dataIndex
, the knob will bounce between the current position and the correct position. The actual value will update, however the slider will then be out of sync with where the zero position should be. For example setting the slider from 10 -> 20, would make the current knob position stay the same with the value updated to 20. Further smaller updates appear to move it. If then moving it to the configured '0' position, the value would then display -10.The text was updated successfully, but these errors were encountered: