I want to have a range sldier that shows for example the values 0 to 24, but of which the lower thumb is bound to a minimum value depending on the hour of the day (such that it cannot be set in the past).
I looked through the RangeSlider docs and the Slider docs, but cannot seem to find a property that suits my needs. Any ideas in how I can set the min value of a range slider other than the setMin()
method? When this method is used, it completely discards the values in the slider lower than the set minimum which I want to avoid.
Any help is deeply appreciated.