-
-
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] Current date doesn't update #3545
Labels
component: date picker
This is the name of the generic UI component, not the React module!
component: pickers
This is the name of the generic UI component, not the React module!
Comments
@mbrookes : I was looking at this issue yesterday.
I observed the same thing. Shall I proceed with working on this? |
Great! |
3 tasks
tintin1343
added a commit
to tintin1343/material-ui
that referenced
this issue
Mar 10, 2016
Added a check which helps pick the current system date when the date-picker dialog is opened. Resolves mui#3545
@mbrookes : Fixed. |
tintin1343
added a commit
to tintin1343/material-ui
that referenced
this issue
Mar 10, 2016
Added a check which helps pick the current system date when the date-picker dialog is opened. Resolves mui#3545
tintin1343
added a commit
to tintin1343/material-ui
that referenced
this issue
Mar 11, 2016
Added a check which helps pick the current system date when the date-picker dialog is opened. Resolves mui#3545
aahan96
pushed a commit
to aahan96/material-ui
that referenced
this issue
Mar 17, 2016
Added a check which helps pick the current system date when the date-picker dialog is opened. Resolves mui#3545
und3fined
pushed a commit
to und3fined/material-ui
that referenced
this issue
Mar 22, 2016
Added a check which helps pick the current system date when the date-picker dialog is opened. Resolves mui#3545
zannager
added
component: date picker
This is the name of the generic UI component, not the React module!
component: pickers
This is the name of the generic UI component, not the React module!
labels
Dec 22, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component: date picker
This is the name of the generic UI component, not the React module!
component: pickers
This is the name of the generic UI component, not the React module!
Problem Description
If a page using
DatePicker
is opened on one date, and the Date Picker on that page is opened on another (i.e. after midnight), the default date / current date are for the previous day.@nathanmarks pinpointed this to the date being set in
GetInitialState
, so not changing until a page refresh.Versions
The text was updated successfully, but these errors were encountered: