-
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
fix(timepicker): enable_disable timepicker in reactive forms #4563
fix(timepicker): enable_disable timepicker in reactive forms #4563
Conversation
Codecov Report
@@ Coverage Diff @@
## development #4563 +/- ##
===============================================
+ Coverage 74.79% 74.82% +0.02%
===============================================
Files 277 277
Lines 8434 8436 +2
Branches 1602 1603 +1
===============================================
+ Hits 6308 6312 +4
- Misses 1678 1681 +3
+ Partials 448 443 -5
Continue to review full report at Codecov.
|
|
@ludmilanesvitiy @valorkin thanks for checking my PR, however this is a bit old (opened 4 months ago) and it possibly needs to be merged with master first. About the pipeline failure, I'm currently on holiday with limited access so I cannot fix it now. |
I've updated this PR, but issue with prod build should be fixed before testing. |
@ludmilanesvitiy @valorkin @Domainv I've fixed the issue with the build. Now the build is still failing but I think it might not be related to my changes. Can you please have a look? |
Tested in Chrome, FF - latest, timepicker looks good. |
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.
Thanks
was this included in |
Hey, yes. I have merged it just after 3.1.4 release commit ) |
ok then the milestone should be changed |
PR Checklist
Before creating new PR, please take a look at checklist below to make sure that you've done everything that needs to be done before we can merge it.
This PR fixes: #4055