-
Notifications
You must be signed in to change notification settings - Fork 832
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DateRangePicker] Fix when typed invalid value, then closed and reope…
…ned the DateRangePicker(#1755) * [DateRangePicker] Fix crashing when invalid date input applied as valiue * Do not run `findClosestEnabledDate` for DateRangePicker calendars * Remove inline style from <Calendar />, closes #1679 * [DateRangePicker] Keep input values even if they are invalid * Fix missing import * [DateRangePicker] Make impossible to navigate to the date after min/max date from calendar * Fix issues found by ts
- Loading branch information
1 parent
6c5ee13
commit efd9556
Showing
13 changed files
with
118 additions
and
143 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"build/dist/material-ui-pickers.esm.js": { | ||
"bundled": 188885, | ||
"minified": 101313, | ||
"gzipped": 26393, | ||
"bundled": 188938, | ||
"minified": 101335, | ||
"gzipped": 26402, | ||
"treeshaked": { | ||
"rollup": { | ||
"code": 83394, | ||
"code": 83375, | ||
"import_statements": 2121 | ||
}, | ||
"webpack": { | ||
"code": 92872 | ||
"code": 92851 | ||
} | ||
} | ||
}, | ||
"build/dist/material-ui-pickers.umd.js": { | ||
"bundled": 299785, | ||
"minified": 116974, | ||
"gzipped": 33364 | ||
"bundled": 299832, | ||
"minified": 116954, | ||
"gzipped": 33374 | ||
}, | ||
"build/dist/material-ui-pickers.umd.min.js": { | ||
"bundled": 258439, | ||
"minified": 107835, | ||
"gzipped": 30612 | ||
"bundled": 258486, | ||
"minified": 107815, | ||
"gzipped": 30601 | ||
} | ||
} |
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
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
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
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
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
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
Oops, something went wrong.