Gillardo / ngx-bootstrap-datetime-popup

Date and time picker using ngx-bootstrap library
MIT License
31 stars 14 forks source link

Is it compatible with Reactive Forms? #39

Open dayanfcosta opened 4 years ago

dayanfcosta commented 4 years ago

I'm developing an application but I'm facing problems when using this with reactive forms. The following exception is thrown when I bind my formControlName to the <datetime-popup> : No value accessor for form control with name I have dug into your code and haven't seen anything related to reactive forms.

Gillardo commented 4 years ago

I haven't implemented any code for forms which I probably should. By all means if you want to create a PR I can merge it

dayanfcosta commented 4 years ago

I haven't implemented any code for forms which I probably should. By all means if you want to create a PR I can merge it

Ok, I'm gonna do that and open a PR soon. Thanks for clarifying.