changes by suren

This commit is contained in:
sriram-at-840620226347 2019-10-25 20:19:06 +05:30
parent 55c953a04d
commit 57e7a27a31
3 changed files with 6 additions and 3 deletions

View File

@ -4,4 +4,7 @@ mat-form-field {
.mat-form-field-appearance-legacy .mat-hint{
color:rgba(0, 0, 0, 0.8) !important;
}
.mat-select {
display: contents !important;
}

View File

@ -160,7 +160,7 @@
<mat-label>Age of Asset in Years</mat-label>
<input matInput autocomplete="off" placeholder="eg.99" formControlName="business_vintage"
minlength="1" maxlength="2" OnlyNumber type="text"
(keyup)="calculateVintagePurchase($event.target.value,i,3)">
(keyup)="calculateVintagePurchase($event.target.value,i,5)">
<!-- <mat-error> Invalid format</mat-error> -->
</mat-form-field>
<mat-form-field style="width:45%">
@ -420,7 +420,7 @@
<mat-label>Age of Asset in Years</mat-label>
<input matInput autocomplete="off" placeholder="eg.99"
formControlName="business_vintage" minlength="1" maxlength="2" OnlyNumber
type="text" (keyup)="calculateVintagePurchase($event.target.value,i,1)">
type="text" (keyup)="calculateVintagePurchase($event.target.value,i,6)">
<!-- <mat-error> Invalid format</mat-error> -->
</mat-form-field>

View File

@ -128,7 +128,7 @@
</div>
</span>
<div class="toggle" fxLayout="row nowrap">
<mat-label>Was the PD Address Outside Geographic Limit (OGL)</mat-label>&nbsp;&nbsp;
<mat-label>Any additional visit (Godown /multiple rental properties)</mat-label>&nbsp;&nbsp;
<mat-slide-toggle formControlName="was_the_pd_address_ogl" color="primary"></mat-slide-toggle>
</div>
<mat-form-field style="width:50%;">