Giter VIP home page Giter VIP logo

Comments (7)

MooseSaadat avatar MooseSaadat commented on June 6, 2024 9

Until they fix it, a temporary fix is to download the image yourself:

flags

and then in your component css:

::ng-deep .flag {
    background-image: url('path/to/image.jpg') !important;
}

or in your global styles.css

.flag {
    background-image: url('path/to/image.jpg') !important;
}

from ngx-international-phone-number.

Hanmant-Patil avatar Hanmant-Patil commented on June 6, 2024 1

Issue resolved,
I have also faced same issue then after I made change in style.css/scss with this
.flag {
background: url(https://res.cloudinary.com/dvbuhh0bl/image/upload/v1495279723/flags_boi3c5.png); // removed no-repeat
//background: url(https://res.cloudinary.com/dvbuhh0bl/image/upload/v1495279723/flags_boi3c5.png) no-repeat; // commented this line
background-image: url(assets/images/country-flags.jpg) !important;
}

where assets/images/country-flags.jpg is contains following downloaded img
https://user-images.githubusercontent.com/20545357/90998272-b5b86280-e591-11ea-992b-c422d78070e2.jpg

from ngx-international-phone-number.

baltejsingh88 avatar baltejsingh88 commented on June 6, 2024 1

Just add

.flag { background-image: url('assets/images/country-flags.jpg') !important; }

in your styles.scss

and use this file and place in assets folder

country-flags

from ngx-international-phone-number.

aghaaliabbas avatar aghaaliabbas commented on June 6, 2024 1

this issue is fixed in this library, basically this library is a stable and maintained version of ngx-international-phone-number,
you can use and explore it from here https://www.npmjs.com/package/ng-phone-number
Flag issue is also fixed here

from ngx-international-phone-number.

issambaccouch avatar issambaccouch commented on June 6, 2024

same issue !! please fix it

from ngx-international-phone-number.

fahadqhan avatar fahadqhan commented on June 6, 2024

Facing the same issue. Please fix it as soon as possible.

from ngx-international-phone-number.

vihanga-bandara avatar vihanga-bandara commented on June 6, 2024

phoneNum_flag_notDisplayed

We are facing the same issue as well. Would appreciate a quick fix as soon as possible

from ngx-international-phone-number.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.