Uncaught (in promise): Error: No value accessor for form control with name: 'select' Error: No value accessor for form control with name: 'select' code example
Example: No value accessor for form control with unspecified name attribut
I fixed this error by adding the name="fieldName" ngDefaultControl
attributes to the element that carries the [(ngModel)] attribute.