Applying this component in conjunction with another CustomValueAccessor (like ng-bootstrap Datepicker to the same field would trigger the following error by Angular:
Error: More than one custom value accessor matches form control with unspecified name attribute
Applying this component in conjunction with another
CustomValueAccessor
(like ng-bootstrap Datepicker to the same field would trigger the following error by Angular:Error: More than one custom value accessor matches form control with unspecified name attribute
Here's more information on this: https://github.com/angular/angular/issues/16755 https://github.com/angular/angular/issues/3009