-
Notifications
You must be signed in to change notification settings - Fork 684
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
fix(ContextMenu/DropdownMenu): handle RTL mode #3744
Conversation
commit: |
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.
Can't we just use a flex-row-reverse
in rtl? π€
@benjamincanac |
I kinda disagree because this behavior needs to be done in most components, it would be way easier to update using a class π¬ |
You mean in this case? |
What? What I mean is this change needs to be applied on ContextMenu, SelectMenu, InputMenu, etc. it would be easier to fix this with something like |
@benjamincanac |
Thanks @malik-jouda! π |
* 'docs' of https://github.com/davestewart/nuxt-ui: chore(deps): update nuxt framework to ^3.16.2 (v3) (nuxt#3769) feat(Textarea): add `resize-none` class with `autoresize` prop feat(Textarea): add `autoresize-delay` prop feat(Textarea): add `icon`, `loading`, etc. props to match Input chore(Input/InputNumber/PinInput/Textarea): clean functions order chore(cli): fix `tv` import fix(ContextMenu/DropdownMenu): handle RTL mode (nuxt#3744) fix(InputMenu): emit `change` on multiple item removal
π Linked issue
Resolves #3737
β Type of change
π Description
Before:


After:
π Checklist