-
-
Notifications
You must be signed in to change notification settings - Fork 1.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] Initial commit #3451
Conversation
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
These are the results for the performance tests:
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
188c4f9
to
7d74bfb
Compare
@alexfauquette concerning the references to |
I finally found Why date-range-picker description was empty, it's a regexp problem The current one
The A solution can be
|
Done |
Closes #2398
Doc preview
Codesandbox pro example
Changes
For the view types, I removed the duplicates and only kept the type with the name of the view component, not the ones with the name of the pickers (
clock
nottime
,calendar
notdate
,calendarOrClock
notdateTime
),ClockView
,TimePickerView
ClockPickerView
,DatePickerView
CalendarPickerView
,DateTimePickerView
CalendarOrClockPickerView
Removing
ClockPickerStandalone
and instead haveClockPicker
handle the controlled / uncontrolled pattern just like inCalendarPicker
Add
root
slot forClockPicker
Rename
PickersCalendar
intoDayPicker
PRs ready to be picked:
sx
prop on all components material-ui#30749 => DONEonDismiss
handler inMobileDatePicker
material-ui#30768 => DONE