This repository has been archived by the owner on May 30, 2024. It is now read-only.
range slider want to use in ARABIC #367
Answered
by
andreruffert
ramanvermag
asked this question in
Q&A
-
how I can use this in ARABIC language like Right to left language |
Beta Was this translation helpful? Give feedback.
Answered by
andreruffert
Jun 22, 2021
Replies: 1 comment
-
rangeslider.js does not support directionality. You could use a more modern rewrite like <range-slider> element which supports this functionality out of the box by setting the dir attribute. 👉 https://github.com/andreruffert/range-slider-element#attributes I hope this helps! ✌️ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
andreruffert
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rangeslider.js does not support directionality.
You could use a more modern rewrite like <range-slider> element which supports this functionality out of the box by setting the dir attribute.
👉 https://github.com/andreruffert/range-slider-element#attributes
👀 https://codepen.io/andreruffert/pen/MWpdqPZ
I hope this helps! ✌️