Skip to content

Commit

Permalink
fix(country-data): add Puerto Rico formatting mask
Browse files Browse the repository at this point in the history
  • Loading branch information
ybrusentsov committed May 18, 2024
1 parent 79f7cf2 commit 4b8721a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/countryData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export const defaultCountries: CountryData[] = [
['Philippines', 'ph', '63', '.... .......'],
['Poland', 'pl', '48', '...-...-...'],
['Portugal', 'pt', '351'],
['Puerto Rico', 'pr', '1', '', 3, ['787', '939']],
['Puerto Rico', 'pr', '1', '(...) ...-....', 3, ['787', '939']],
['Qatar', 'qa', '974'],
['Réunion', 're', '262'],
['Romania', 'ro', '40'],
Expand Down

0 comments on commit 4b8721a

Please sign in to comment.