-
Notifications
You must be signed in to change notification settings - Fork 832
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
Properly handle disabled years #1743
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/mui-org/material-ui-pickers/51d4nad8z |
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
Codecov Report
@@ Coverage Diff @@
## next #1743 +/- ##
==========================================
+ Coverage 90.11% 90.33% +0.22%
==========================================
Files 77 77
Lines 2316 2318 +2
Branches 416 435 +19
==========================================
+ Hits 2087 2094 +7
+ Misses 186 181 -5
Partials 43 43
Continue to review full report at Codecov.
|
This PR closes #1726
Description
Year
button color as disabled whendisablePast
ordisableFuture
appliedshouldDisableYear
prop to make possible dynamically disable year (resolves shouldDisableDate does not work when using "Year picker" #1002)