Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/pages/components/autocomplete/CountrySelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ const countries = [
{ code: 'BZ', label: 'Belize', phone: '501' },
{ code: 'CA', label: 'Canada', phone: '1', suggested: true },
{ code: 'CC', label: 'Cocos (Keeling) Islands', phone: '61' },
{ code: 'CD', label: 'Congo, Republic of the', phone: '242' },
{ code: 'CG', label: 'Congo, Republic of the', phone: '243' },
Copy link
Member

@oliviertassinari oliviertassinari Feb 26, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure? https://countrycode.org/congo

Suggested change
{ code: 'CG', label: 'Congo, Republic of the', phone: '243' },
{ code: 'CG', label: 'Congo, Republic of the', phone: '242' },

{ code: 'CF', label: 'Central African Republic', phone: '236' },
{ code: 'CG', label: 'Congo, Democratic Republic of the', phone: '243' },
{ code: 'CD', label: 'Congo, Democratic Republic of the', phone: '243' },
{ code: 'CH', label: 'Switzerland', phone: '41' },
{ code: 'CI', label: "Cote d'Ivoire", phone: '225' },
{ code: 'CK', label: 'Cook Islands', phone: '682' },
Expand Down