webcat12345 / ngx-intl-tel-input

Phone number input field to support international numbers, Angular
MIT License
213 stars 335 forks source link

Serious Bug with Angular 12- does not show flags and anything else except the input field #459

Closed Epameinondas-Theodoropoulos closed 2 years ago

Epameinondas-Theodoropoulos commented 2 years ago

Angular CLI: 12.1.0 Node: 14.20.0 Package Manager: npm 6.14.17 OS: win32 x64

"@angular/cli": "^12.1.0", "@angular/compiler-cli": "^12.1.0", "ngx-intl-tel-input": "^3.2.0", "google-libphonenumber": "^3.2.27", "intl": "1.2.5", "intl-tel-input": "^17.0.3",

The package does not work at all. I take the example exactly as it is from stackbliz and id does not work. This is my code and this is a print screen with the result. ` <ngx-intl-tel-input [enableAutoCountrySelect]="true" [enablePlaceholder]="true" [searchCountryFlag]="true" [searchCountryField]="[ SearchCountryField.Iso2, SearchCountryField.Name ]" [selectFirstCountry]="false" [selectedCountryISO]="CountryISO.Greece" [maxLength]="15" [phoneValidation]="true" [separateDialCode]="false" [numberFormat]="PhoneNumberFormat.National" name="cellPhone" formControlName="cellPhone"

` image

image

Expected outcome The expected outcome is to show everything the follow printscreen shows. image