<wj-combo-box
[itemsSource]="years"
formControlName="modelYear"
class="form-control" [isEditable]="false"
[isDisabled]="isEditVehicle"
placeholder="Select model year">
</wj-combo-box>
I'm tried the above code, but i'm getting error when submiting the form.
ERROR Error: There is no FormControl instance attached to form control element with name: 'modelYear' at _throwError