-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix(aria/menu): rtl text direction #32254
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
Conversation
wagnermaciel
commented
Nov 4, 2025
- add missing support for rtl text direction
- add an rtl menu bar example to the dev-app
|
Deployed dev-app for a76c0db to: https://ng-dev-previews-comp--pr-angular-components-32254-dev-r5kxv19g.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In examples there are a few submenu carets facing wrong direction in RTL.
Are they? I think they're meant to point to the left since that's the direction the submenus open in |
|
Oops never mind. I was looking at the non-RTL examples. |
* fix(aria/menu): rtl text direction * docs(aria/menu): rtl menu bar example (cherry picked from commit 969a9ab)
* fix(aria/menu): rtl text direction * docs(aria/menu): rtl menu bar example