Browse Source

fixed input subscriptSizing

pull/14261/head
Maksym Tsymbarov 9 months ago
parent
commit
d32cdb0302
  1. 2
      ui-ngx/src/app/shared/components/phone-input.component.html

2
ui-ngx/src/app/shared/components/phone-input.component.html

@ -27,7 +27,7 @@
</mat-option> </mat-option>
</mat-select> </mat-select>
</div> </div>
<mat-form-field class="phone-input" [appearance]="appearance" [floatLabel]="floatLabel"> <mat-form-field class="phone-input" [appearance]="appearance" [floatLabel]="floatLabel" subscriptSizing="dynamic">
<mat-label>{{ label }}</mat-label> <mat-label>{{ label }}</mat-label>
<input <input
formControlName="phoneNumber" formControlName="phoneNumber"

Loading…
Cancel
Save