nextui-org / nextui

🚀 Beautiful, fast and modern React UI library.
https://nextui.org
MIT License
21.8k stars 1.49k forks source link

[BUG] - Slider is not compaitable with RTL direction #3918

Open Steveb599 opened 5 days ago

Steveb599 commented 5 days ago

NextUI Version

2.2.15 - slider

Describe the bug

When using slider in a webapp that has direction "rtl" the slider behavior is not correct.

image

the thumb should be at the right and sliding left and not sliding right.

Your Example Website or App

No response

Steps to Reproduce the Bug or Issue

Use slider with dir="rtl"

Expected behavior

I expected slider will slide left and the starting point will be right. this is the opposite.

Screenshots or Videos

image

Operating System Version

Windows

Browser

Chrome

linear[bot] commented 5 days ago

ENG-1477 [BUG] - Slider is not compaitable with RTL direction

wingkwong commented 4 days ago

This is how it looks like in canary branch. Can you share a minimal reproducible environment for us to investigate?

image