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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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" |
|
|
|
|