The high value of RangeSlider (addRange) is always 100.
This is because when the lower value of the component is initialised by the setter 'lowValue', it dispatches an Event.CHANGE, which makes the default high value of the component, 100, to overwrite the user's (target's) high value.
The high value of RangeSlider (addRange) is always 100.
This is because when the lower value of the component is initialised by the setter 'lowValue', it dispatches an Event.CHANGE, which makes the default high value of the component, 100, to overwrite the user's (target's) high value.