Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTL Direction Not Working Properly #2391

Open
Sathyaraj-dev opened this issue Jul 23, 2024 · 1 comment
Open

RTL Direction Not Working Properly #2391

Sathyaraj-dev opened this issue Jul 23, 2024 · 1 comment

Comments

@Sathyaraj-dev
Copy link

CodeSandbox link Issue Link

In the provided CodeSandbox link, when switching the direction from LTR (left-to-right) to RTL (right-to-left), the current slide in the slider changes from 0 to the last slide. Specifically:

  • For LTR, the slider functions correctly, starting from slide 0 and progressing to the last slide.
  • For RTL, the slider starts from the last slide and moves towards slide 0.

Steps to Reproduce:

  • Set the slider direction to LTR and observe the behavior.
  • Switch the direction to RTL and observe that the slider starts from the last slide and moves towards slide 0.

Expected Behavior:

  • The slider should maintain consistent behavior regardless of direction:

For both LTR and RTL, the slider should start from slide 0 and move to the last slide.

Current Behavior:

  • In RTL mode, the slider behaves inversely, starting from the last slide.

Thank you for looking into this issue!
Sathyaraj

@Sathyaraj-dev
Copy link
Author

Can anyone help with this? I've checked all the RTL-related issues on GitHub, but nothing is working properly. Please help with this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant