-
Notifications
You must be signed in to change notification settings - Fork 4k
fix(module:datepicker): ngModel not update #7948
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
fix(module:datepicker): ngModel not update #7948
Conversation
This preview will be available after the AzureCI is passed. |
@simplejason, could please rerun the pipeline, I not have suffisant access to do that. Currently the pipeline failed due to a npm registry issue that is fixed. |
Codecov Report
@@ Coverage Diff @@
## master #7948 +/- ##
==========================================
- Coverage 91.75% 91.74% -0.02%
==========================================
Files 509 509
Lines 17445 17447 +2
Branches 2683 2685 +2
==========================================
Hits 16007 16007
- Misses 1141 1142 +1
- Partials 297 298 +1
|
* fix(module:datepicker): ngModel not update * fix(module:datepicker): add correct grain
* fix(module:datepicker): ngModel not update * fix(module:datepicker): add correct grain (cherry picked from commit 100796c)
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
This PR is a fix for this issue: #7946
What is the current behavior?
When focus out for a datepicker that show time, the ngModel is not update.
Issue Number: #7946
What is the new behavior?
For a datePicker taht show time, the ngModel is update when focus out
Does this PR introduce a breaking change?