Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

paulbarre
Copy link
Contributor

@paulbarre paulbarre commented Sep 25, 2025

πŸ”— Linked issue

Resolves #5048

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

This is an enhancement when using the keyboard to change carousel slides.

When locale is in right-to-left (RTL) direction, left arrow key should move to the left, right arrow key to the right. This change makes the arrow keys matching the carousel arrow buttons behavior.

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@github-actions github-actions bot added the v4 #4488 label Sep 25, 2025
@benjamincanac benjamincanac changed the title feat(Carousel): invert arrow keys for RTL direction (#5048) fix(Carousel): invert arrow keys in RTL direction Sep 25, 2025
@pkg-pr-new
Copy link

pkg-pr-new bot commented Sep 25, 2025

npm i https://pkg.pr.new/@nuxt/ui@5072

commit: f1a9cbf

@benjamincanac benjamincanac merged commit fde53ee into nuxt:v4 Sep 25, 2025
15 checks passed
@benjamincanac
Copy link
Member

Thanks! 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v4 #4488

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Invert Carousel keyDown keys when direction is RTL

2 participants