ngx-intl-tel-input icon indicating copy to clipboard operation
ngx-intl-tel-input copied to clipboard

flags doesn't appear in 9/10/11 angular version

Open firadisaad opened this issue 4 years ago • 2 comments

Hello everyone,

we have a problem to display the flags in the angular 9/10/10 project, (you can test it here)

Stackblitz Demo (Angular 9) Stackblitz Demo (Angular 10) Stackblitz Demo (Angular 11)

I notice that in the 9/10/11 version we use a relative url in background-image, and in the Angular 8/12 version we use a base64 as backgroung-image.

I checked in intl-tel-input repo,I found that they always use a relative url.

used class(.iti__flag)

Thanks in advance.

firadisaad avatar Mar 22 '22 12:03 firadisaad

I have the same issue. No flags and definitely no validation in the phone numbers. And no code in the begining

Hello,

You have to add the following line in your html :

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/16.0.8/css/intlTelInput.css" />

Best regards

houcinee1 avatar Jun 12 '22 00:06 houcinee1