Browse Source

Merge pull request #14261 from mtsymbarov-del/fix/profile-input

Fixed subscriptSizing of phone input
pull/14267/head
Igor Kulikov 9 months ago
committed by GitHub
parent
commit
f47d82e8ab
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  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