-
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
demo(datepicker): fix date's displaying in reactive form section #4771
Conversation
Codecov Report
@@ Coverage Diff @@
## development #4771 +/- ##
============================================
Coverage 74.34% 74.34%
============================================
Files 202 202
Lines 7102 7102
Branches 1447 1447
============================================
Hits 5280 5280
Misses 1426 1426
Partials 396 396
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## development #4771 +/- ##
============================================
Coverage 74.46% 74.46%
============================================
Files 205 205
Lines 7190 7190
Branches 1464 1464
============================================
Hits 5354 5354
Misses 1435 1435
Partials 401 401 Continue to review full report at Codecov.
|
@ludmilanesvitiy fixed |
Tested in Chrome + FF - datepicker reactive forms demo looks good. |
When a user choose the previous date:
Actual result:
![joxi_screenshot_1541176195637](https://user-images.githubusercontent.com/21618857/47928443-03e90700-decf-11e8-9b46-387e9a615135.png)
![joxi_screenshot_1541177273090](https://user-images.githubusercontent.com/21618857/47928783-dea8c880-decf-11e8-8451-3cadacf757a4.png)
Expected result:
Related to #4464