-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[DatePicker] Allow customizing icons #23673
Comments
@oliviertassinari I'm for consistency. So choose whatever pattern you've chosen for the rest of the props and we'll follow along. Since both packages relate to the same set of MUI, then a single way of doing things is preferred. I like the |
Considering the number of components that can be customized in the date picker, e.g. mui/mui-x#6488, and that we are going in the same direction fo the data grid, I think that we should remove @jahglow For the icon you are interested in, maybe |
Yeah, works for us as well
|
Can I take this one? I have gone through the documentation and the issue. Would love for this to be my first PR. |
From what I understand I need to expose a prop which will take an icon and that icon should appear on the datepicker. |
Thanks will go through the threads |
@tcho0501 and I will take a try at it! |
Summary 💡
Month picker dropdown should have icon customization (like those for month pagination
leftArrowIcon
etc)Examples 🌈
expected:
current:
Motivation 🔦
The text was updated successfully, but these errors were encountered: