-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[DateTimePicker] Clears selected day when arrow keys used in TimePicker #1402
Labels
Comments
cathyxz
added a commit
to cathyxz/blueprint
that referenced
this issue
Aug 20, 2017
cathyxz
added a commit
to cathyxz/blueprint
that referenced
this issue
Aug 20, 2017
cathyxz
added a commit
to cathyxz/blueprint
that referenced
this issue
Aug 20, 2017
2 tasks
cathyxz
added a commit
to cathyxz/blueprint
that referenced
this issue
Aug 20, 2017
cathyxz
added a commit
to cathyxz/blueprint
that referenced
this issue
Aug 20, 2017
cathyxz
added a commit
to cathyxz/blueprint
that referenced
this issue
Aug 22, 2017
cmslewis
pushed a commit
that referenced
this issue
Aug 30, 2017
* Fixes #1402 time picker change clears data picker * Add unit test to verify passing the same prop twice does not change the selected date * Change unit test name to be more accurate * Delete extra whitespace and newlines * Add unit test for rerendering with undefined value prop
cmslewis
pushed a commit
that referenced
this issue
Aug 30, 2017
* Fixes #1402 time picker change clears data picker * Add unit test to verify passing the same prop twice does not change the selected date * Change unit test name to be more accurate * Delete extra whitespace and newlines * Add unit test for rerendering with undefined value prop
cmslewis
added a commit
that referenced
this issue
Aug 30, 2017
* Prepare Release 1.27.0 * Revert @blueprintjs/core dependency versions in site-landing/ and docs/ * [DateTimePicker] Fix where changing TimePicker clears date (#1474) * Fixes #1402 time picker change clears data picker * Add unit test to verify passing the same prop twice does not change the selected date * Change unit test name to be more accurate * Delete extra whitespace and newlines * Add unit test for rerendering with undefined value prop * Incorporate datetime PR #1474
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Steps to reproduce
DateTimePicker
in the docsTimePicker
input and use the arrows to change the timeActual behavior
The selected day unselects itself
Expected behavior
The selected day stays selected
Demo
Just noticed this bug and wanted to report it! It isn't affect me personally, so it's not urgent at all from my end.
The text was updated successfully, but these errors were encountered: