country-list-pick
country-list-pick copied to clipboard
No country if not selected, instead of Afganistan
While user did not select the country, it's preferable to maintain text like "Select Country" instead of Selecting [0]
selectedItem = elements[0];
By default. May be added to the Map?
I figured it out by adding to the code_countries_en {"name": "Select country", "dial_code": "--", "code": "--"} and changing in country_list_pick selectedItem = elements[0] to selectedItem = elements.last
adding a white rectangle called --.png to the flags folder. Could this solution or similar be added? It's annoying that Afganistan is selected automatically, as it could be saved by mistake.