kyc name changes

This commit is contained in:
sriram-at-840620226347 2019-11-18 10:52:42 +05:30
parent 70360f15e1
commit f9fa5d8655

View File

@ -281,7 +281,7 @@
<mat-error *ngIf="generalForm.controls['is_kyc'].hasError('required')">KYC Required</mat-error>
</mat-form-field>
<mat-form-field class="mt-1" style="width: 100%" *ngIf="generalForm.controls.is_kyc.value == 'no' && generalForm.controls.kyc_and_captur_the_name" >
<input matInput placeholder="Name as per KYC and capture the name." formControlName="kyc_and_captur_the_name"
<input matInput placeholder="Capture the correct name as per the KYC?" formControlName="kyc_and_captur_the_name"
type="text">
</mat-form-field>
</mat-card>