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-select>
</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>
<input
formControlName="phoneNumber"

Loading…
Cancel
Save