|
|
@@ -134,7 +134,7 @@
|
|
|
<div class="col-flex-2" [style.padding-top]="searchingAddress ? '30px' : '3px'">
|
|
|
@if (!searchingAddress) {
|
|
|
<mat-form-field appearance="outline">
|
|
|
- <mat-label>Código postal</mat-label>
|
|
|
+ <mat-label>C.P.</mat-label>
|
|
|
<input matInput formControlName="CODIGO_POSTAL" placeholder="" (ngModelChange)="searchZipCode()" oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);" maxlength="5">
|
|
|
<mat-icon matSuffix>travel_explore</mat-icon>
|
|
|
@if (formGroup.controls['CODIGO_POSTAL'].hasError('required')) {
|