khashayar / ng-trim-value-accessor

Angular's (missing) trim accessor to automatically trim values of input fields
MIT License
53 stars 19 forks source link

Error: More than one custom value accessor #7

Closed khashayar closed 7 years ago

khashayar commented 7 years ago

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