Skip to content

Commit ef31c17

Browse files
authored
Merge pull request #120 from simplenotezy/master
bugfix: use correct phone number formatting for Denmark/DK
2 parents 5d9eba6 + 36be775 commit ef31c17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/formatters/phone_input_formatter.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ class PhoneCodes {
10641064
'countryRU': 'Дания',
10651065
'internalPhoneCode': '45',
10661066
'countryCode': 'DK',
1067-
'phoneMask': '+00 0 000 0000',
1067+
'phoneMask': '+00 00 00 00 00',
10681068
},
10691069
{
10701070
'country': 'Djibouti',

0 commit comments

Comments
 (0)