Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding +47 gives multiple duplicates #15

Open
jhswedeveloper opened this issue Mar 30, 2020 · 3 comments
Open

adding +47 gives multiple duplicates #15

jhswedeveloper opened this issue Mar 30, 2020 · 3 comments

Comments

@jhswedeveloper
Copy link

jhswedeveloper commented Mar 30, 2020

                        InternationalPhoneInput(
                          onPhoneNumberChange: onPhoneNumberChange,
                          initialPhoneNumber: phoneNumber,
                          initialSelection: phoneIsoCode,
                          enabledCountries: ['+46', '+47'],
                        ),

bug

will give me 3 flags of norway

@awhitford
Copy link

There are 3 entries for +47 dialing code:

  1. Bouvet Island
  2. Norway
  3. Svalbard and Jan Mayen

Besides Norway are remote jurisdictions of Norway.

@agubha
Copy link

agubha commented Jul 14, 2020

have you solve it? i have other country with multiple values as well.

@hampsterx
Copy link

47:
  Norway:
    iso: NOR
4779:
  # https://en.wikipedia.org/wiki/Telephone_numbers_in_Svalbard
  Svalbard and Jan Mayen:
    iso: SJM

Bouvet is uninhabited.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants