angular-material-extensions / select-country

Angular Material component that allow users to select a country or nationality with an autocomplete feature
https://angular-material-extensions.github.io/select-country/
MIT License
126 stars 40 forks source link

Flags are displayed incorrectly #131

Open dennis-lookin opened 1 year ago

dennis-lookin commented 1 year ago

svg-country-flags uses the same identifiers for xlink:href for different flags, therefore some flags are displayed incorrectly such as China or Chile image

dennis-lookin commented 1 year ago

I had to take all flags from svg-country-flags and rename each id (for ad.svg "a" and "#a" to "a-ad" and "#a-ad") and use them instead