74
Views
6
Comments
Solved
[OutSystems UI] Change direction to rtl for new rangeslider
outsystems-ui
Reactive icon
Forge asset by OutSystems
Application Type
Reactive

Is it not possible to change the direction for Rangeslider to rtl? The advanced format has been removed and not possible to set in SetNoUISliderConfigs.

2022-11-12 11-28-30
Gonçalo Martins
Staff
Solution

Hello @Kevin Freyr Leósson 

First of all, thank you for reaching out.
In a future release we plan to have more extensibility features available for NoUISlider and "direction" is one of them. 
Meanwhile, you can simply add a Js node on the initialized event from your Range Slider with the following:

Hope it helps.

Cheers,
GM

2023-08-28 07-00-10
Paulo Torres
Champion

Hi @Gonçalo Martins,

This solution still works?

I tried but seems doesn't work:

Thanks in advance

2022-11-12 11-28-30
Gonçalo Martins
Staff

Hi @Paulo Torres 

With some changes done a while ago, you should not use the NormalizeProviderConfigs so you can only do this:

It will work as expected:


Hope it helps!

Best Regards,
GM

2021-12-01 15-04-10
Kevin Freyr Leósson

Thank you Gonçalo for the solution and quick reply! :)

2024-02-29 05-27-55
Sanju Singh Rathore

Can you send the .oml file? Because it's not working in .is-rtl mode. 

image (2).png
2023-08-28 07-00-10
Paulo Torres
Champion

@Gonçalo Martins this works, thanks for your quick answer :)

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.