-
-
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
Fixes issue #1738 #1796
Merged
Merged
Fixes issue #1738 #1796
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…month and initialDate month are the same
…rrent month is after the minDate month prop
…xt month button when the current date is after the min date
…vious month is one before the current month
…nt month is before the minDate month
This reverts commit 40ba4d0.
…time picker" This reverts commit 85524bb.
…block and rewrote the test descriptions
mnajdova
pushed a commit
to mnajdova/material-ui
that referenced
this pull request
Nov 10, 2020
* Support empty dates for the DatePicker * Support empty dates for TimePicker * Support empty dates for mobile toobars * Support empty dates in YearSelection * Introduce `toolbarPlaceholder` prop for customization of empty date text * Add tests * Do not dispatch `changeFocusedDay` on each mount * Fix crashes when rendering empty date with luxon and moment * [TimePicker] Do not throw validation error if value={null} * Update props description for TimePicker validation props * Rename text props to match convention for built-in localization * Update using props in examples * Implement withDefaultProps HO * Fix not working CSS overrides typescript example * Add tests for overrides typings * Implement typings for global overrides * Implement default props support for all Pickers components * Add default props support for all the components * Fix build errors and properly reexport all props * Remove duplicated `renderInput` prop * Annulate date-io linked type for documentation * Run typescript tests on CI
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.