-
Notifications
You must be signed in to change notification settings - Fork 76
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
time-picker value is not updated inside Reactive Form Control #43
Comments
Can you provide us a little bit of more details, provide code that we can reproduce. |
[Updated] I added a new pull request to fix this - all changes are in the AtpDirective file: I read this blog and basically just applied it to the directive: https://blog.angularindepth.com/never-again-be-confused-when-implementing-controlvalueaccessor-in-angular-forms-93b9eee9ee83 |
having same issue in reactive forms, even after followed bam-dreymers answers |
I have merged the code since all builds are passing and there is no backward compatibility issue. Please open a new issue, if you still having problems for this. |
Hi guys, just installed the time-picker and have this problem as well. Formfield value is not updated in the component. When is this going to be fixed? |
@Beni90 you have two options to make it works:
|
I used time-picker inside Reactive form control ,Issue I faced after changing the time picker view value not updated in component
The text was updated successfully, but these errors were encountered: