I have an input field that is disabled and required, the value of this is prepopulated but still, i am getting invalid form control while submission.
<input type="text" name="plantCode" id="plantCode" #plantCode="ngModel"
[(ngModel)]="runningRecordModel.plantCode" class="form-control" disabled required />