-
-
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] Fix calendar year child div #4344
Conversation
Added style to div child of the component to show all the years inside the minDate and maxDate range.
@ColadaFF This breaks the vertical centering when a small range of years is set. CAn you take another look? @ToxicSalt Feel free to chip in, since you also had a PR this issue. |
@ToxicSalt There is - you can pull from and submit a PR to their fork / branch, they then merge it, and the PR here appears as a combine contribution. However, just the sake of internet brownie points, it's probably not worth it for this PR. It might just be easier to close this, and update the title and description of #4381. |
Added style to div child of the component to show all the years inside the minDate and maxDate range, it set the div style to inherit the height from its parent div.
fixes mui/mui-x#7495