Can anyone tell me how to cutomize the new range control to do what the old slider control did?
I would like to do vertical orientation and modify the colors on it. Changing the properties doesn’t seem to affect it. The slider had properties like “colorOfHandle”, “colorOfSelection”, “colorofTrackHigh”, and “orientation”.
The BS5 Range control is not a direct replacement for the old Slider.
You’re correct that it does not currently do vertical orientation. That would be nice to have - we will add it in the next build.
The colours of BS5 control are all controlled by the Bootstrap theme, so all the components have a consistent colour language. We will also add support for setting the style and class properties - which may give you the control you need.