amount in words : ps
This commit is contained in:
parent
4490eb7e48
commit
b59f1f02e3
@ -166,15 +166,11 @@
|
||||
formControlName="earning_if_others_segment">
|
||||
</mat-form-field>
|
||||
<mat-form-field style="width:45%;">
|
||||
<input placeholder="Income Per Month"
|
||||
formControlName="earning_gross_income_per_month"
|
||||
OnlyNumber type="text">
|
||||
<mat-hint align="start" style="font-size:90%" *ngIf="item.get('earning_gross_income_per_month').value != ''">{{"₹"}} {{item.get('earning_gross_income_per_month').value | numberToWords}} Only</mat-hint>
|
||||
<!-- <input matInput placeholder="Income Per Month"
|
||||
<input matInput placeholder="Income Per Month"
|
||||
formControlName="earning_gross_income_per_month"
|
||||
OnlyNumber type="text" (keyup)="inWords($event,2,i)">
|
||||
OnlyNumber type="text">
|
||||
<mat-hint align="start" style="font-size:90%" *ngIf="item.get('earning_gross_income_per_month').value != ''">{{"₹"}}
|
||||
{{IncomePerMonth[i]}} Only</mat-hint> -->
|
||||
{{item.get('earning_gross_income_per_month').value | numberToWords}} Only</mat-hint>
|
||||
</mat-form-field>
|
||||
<mat-form-field style="width:45%;">
|
||||
<input matInput [placeholder]="item.get('earning_segment').value != 5 ? 'Name of the Employer/Business' : 'Pension Received From'"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user