3
<div class="pull-left flex" *ngIf="editBox">
  <input type="text" class="form-control m-t-n-sm" name="panelLabel" [(ngModel)]="agentData.panelLevelAttributes.panelLabel" id="panelLabel" required>
  <a class="btn btn-primary m-t-n-xs btn-sm m-l-sm" [disabled]="panelLabel.invalid"  (click)="updatePanelLabel()">Update</a>
</div>

i am trying this form validation i getting the following error

P.S.
  • 15,970
  • 14
  • 62
  • 86
Ravi Teja
  • 649
  • 7
  • 17

0 Answers0