-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Breaking] Make DateRangePicker key down handlers match SingleDatePicker's #800
[Breaking] Make DateRangePicker key down handlers match SingleDatePicker's #800
Conversation
…tePicker and DateRangePicker
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do docs and examples need to be updated as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM as well!
…r SingleDatePicker
… date as there is no startDate and endDate.
I checked the README and I don't see any impacts to it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to do a minor cut with the existing changes rn or do we want to lump this all into a v15?
I think it'd be a good idea to do a release before merging in breaking changes |
v14.1.0 is out, so we can merge this in. |
Some minor clean up of function name inconsistencies between SingleDatePicker and DateRangePicker. SingleDatePicker has
onKeyDownArrowDown
andonKeyDownQuestionMark
and that's what DateInput has, so it seemed like DateRangePicker should match.