guillaume-ro-fr/ngx-country-picker

didn't show the flag

dewolft opened this issue · 2 comments

Hello, i've setup data and picker correctly... (and i've download Data folder into base directory with all the SVG of flag) i can see the list of country, but no icons flag appear on the drop down menu... have someone used this "flag" ??

<country-picker [flag]="true" [setValue]="'native'" [setName]="'name.common'" [classes]="['form-control']"></country-picker>

Hello @dewolft,
This flag "works" in Angular, but you can't show anymore an icon in an option of a true (not jQuery) select tag.

I think I will remove this attribute in the future?

oh :( but there is a way for make it works? maybe it can be implemented as background image?

if it's not possible maybe it's better remove the attribute ;)