MultiSlider
MultiSlider copied to clipboard
Unexpectable action when first clicking on the slider
I have a multislider:
When I first time click on slider the right thumb is immediately moves to the left

After you set the minValue and maxValue of the multi slider, you have to set the value of the thumb1. The code is following multislider.getThumb(1).setValue(maxValue)