Skip to content
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

Don't close the date picker when switching months with autoOK true #1243

Merged
merged 2 commits into from
Jul 22, 2015
Merged

Don't close the date picker when switching months with autoOK true #1243

merged 2 commits into from
Jul 22, 2015

Conversation

matias-sandell
Copy link
Contributor

This time using onDayTouchTap instead of keeping track of navigation events.

@@ -26,7 +26,7 @@ let Calendar = React.createClass({
shouldShowMonthDayPickerFirst: React.PropTypes.bool,
shouldShowYearPickerFirst: React.PropTypes.bool,
showYearSelector: React.PropTypes.bool,
onSelectedDate: React.PropTypes.func,
onDayTouchTap: React.PropTypes.func,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indentation

hai-cea added a commit that referenced this pull request Jul 22, 2015
Don't close the date picker when switching months with autoOK true
@hai-cea hai-cea merged commit 5796276 into mui:master Jul 22, 2015
@hai-cea
Copy link
Member

hai-cea commented Jul 22, 2015

Thanks @matiaslarsson !

@matias-sandell matias-sandell deleted the datepicker-fix branch July 23, 2015 07:24
mnajdova pushed a commit to mnajdova/material-ui that referenced this pull request Nov 10, 2020
@zannager 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 Mar 14, 2023
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!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants