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.
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
Hi @Gonçalo Martins,
This solution still works?
I tried but seems doesn't work:
Thanks in advance
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
Thank you Gonçalo for the solution and quick reply! :)
Can you send the .oml file? Because it's not working in .is-rtl mode.
@Gonçalo Martins this works, thanks for your quick answer :)