flags doesn't appear in 9/10/11 angular version
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.
Thanks in advance.
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