How can I achieve the highlighted pipe thing in range slider. Is there any default property for this?
Thanks in advance.
@Siddharth Vyas You can use the OptionalConfigs to add the pipes and change there positions.
https://success.outsystems.com/documentation/11/developing_an_application/design_ui/patterns/using_traditional_web_patterns/controls/range_slider/
Hey I am using Ui version 2.6.9 and that doesnt have optional config option.Is there any other alternative?
Hi Siddharth,
You can use the optional configurations given in the snippet below for altering the behaviour and UI styles of the range slider.
You can even go through the attached OML for CSS implementation. Let me know if you need any further assistance with it.
Regards,
Nikhil Purohit
Hi SiddarthAs you expected pls check the below oml file
Hey I am using Ui version 2.6.9 and that doesn't have optional config option.Is there any other alternative? And color should be blue when the slider is active on it or has crossed that range.