-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
Drop Down Menu's icon in RTL mode does not float left. #1661
Labels
component: menu
This is the name of the generic UI component, not the React module!
Comments
Does this fix you issue? |
Yes @louy, thanks again. I'll wait for it to get merged with master. |
Please keep this issue open until my PR is merged then. You're welcome 😊 |
Merged
Okay, I'll close it when your code is merged with master. |
mnajdova
pushed a commit
to mnajdova/material-ui
that referenced
this issue
Nov 10, 2020
* Add jest debug configuration * Move jest config to separate file * Change input mask generation logic * Use new geFormatHelperText date-io method to generate helper text and placeholder * Update @date-io/jalaali and @date-io/hijiri * [docs] Update component demo titles * Fix mask input issues and update e2e tests * Optimize new masked input for date range picker * Remove meaningless comment * Update component based tests * Use auto injecting dependencies for hooks * Remove maskChar prop * Again remove `date` from the useEffect dependency in usePickerState * Make keyboard input isFocused mutable ref instead of state
zannager
added
the
component: menu
This is the name of the generic UI component, not the React module!
label
Dec 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I understand that this can be fixed very easily by changing a few line here
Luckily the theme can handle the dir="rtl" propagation, thanks to @louy #1408.
But since the drop down menu is being re-written #1158 I'm not sure if I should open a pull request. Please consider fixing this too. Many thanks for you beautiful work.
Addresses: #1367
The text was updated successfully, but these errors were encountered: