I have a custom Form Field with “ControlValueAccessor” this FormField uses [(ngModel)] to bind it’s value.
I have a FormGroup with a FormControl which defines a “minLenght” Validator
The control has the correct status “INVALID” but the field is not marked as “error (red)”
Stackblitz to reproduce:
https://stackblitz.com/edit/gnet2h?file=src%2Fexample%2Finput-overview-example.ts
Angular v17 doesn’t work
Angular v16 works