kondi0 / ng4-intl-phone

An internation phone prefix selector for Angular 4
MIT License
20 stars 64 forks source link

Default county overrides country of initial value #31

Open cburza opened 6 years ago

cburza commented 6 years ago

When I set the default country while I have an existing value in formControl, the input will change the country of the number to the default country. This should not happen, it should only provide the default country when ngModel/formControl has no value.

teplyiswiter commented 5 years ago

Just faced with the same behavior