-
Notifications
You must be signed in to change notification settings - Fork 89
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 support #155
Comments
That would be a nice feature to add. Interested in working on a PR? I can guide you through it. |
I'd love to. |
I need this feature. :( |
I implemented it in this forks https://github.com/PerfectMemory/ngx-contextmenu available on NPM https://www.npmjs.com/package/@perfectmemory/ngx-contextmenu While the principles are the same, note that the API in the fork has been slightly modified in version 8.0.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the context menu has no support for setting
dir
. For example, even whendir: rtl
CSS rule is applied, the submenu still has an arrow pointing to the right and is opened on the right, instead of opening (& the arrow pointing) to the left.This isn't too much of an issue, but it would be nice if the context menu could adjust according to the directionality.
The text was updated successfully, but these errors were encountered: