CountryCodeDropdown: support +55, +351
This commit is contained in:
parent
097954d2f1
commit
a0d595c7df
1 changed files with 2 additions and 0 deletions
|
@ -1,7 +1,9 @@
|
|||
/** List of supported E164 country codes. */
|
||||
const COUNTRY_CODES = [
|
||||
'1',
|
||||
'351',
|
||||
'44',
|
||||
'55',
|
||||
] as const;
|
||||
|
||||
/** Supported E164 country code. */
|
||||
|
|
Loading…
Reference in a new issue