-
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
views prop does not work with InlineDatePicker #925
Comments
Same issue for material-ui: 3.8.3 and react: 16.7.0. |
Also reproduced here https://codesandbox.io/s/zrql0n958m. |
dmtrKovalenko
added a commit
that referenced
this issue
Mar 1, 2019
dmtrKovalenko
added a commit
that referenced
this issue
Mar 1, 2019
dmtrKovalenko
added a commit
that referenced
this issue
Mar 1, 2019
dmtrKovalenko
added a commit
that referenced
this issue
Mar 1, 2019
dmtrKovalenko
added a commit
that referenced
this issue
Mar 1, 2019
* [#925] [#930] Support views and openTo props for InlineDatePicker * [#929] Fix openTo prop always recognizing as year * [#925] Rerun getDisplayDate on labelFunc change * Add onMonthChange and onYearChange callbacks * Pass new callbacks also for DateTimePicker * Move firing onYearChange to YearSelection
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Steps to reproduce
Expected behavior
Inline datepicker appears, opened to Months.
Actual behavior
Inlinedatepicker appears, opened to Days.
Works without issue when using DatePicker, but not InlineDatePicker
The text was updated successfully, but these errors were encountered: