We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314f3ce commit 9f8953cCopy full SHA for 9f8953c
1 file changed
src/PhoneInput/constants.ts
@@ -636,7 +636,7 @@ export const MASK_PER_COUNTRY: Partial<{
636
NZ: [/\d/, '-', /\d/, /\d/, /\d/, '-', /\d/, /\d/, /\d/],
637
NI: [/\d/, /\d/, /\d/, /\d/, '-', /\d/, /\d/, /\d/, /\d/],
638
NE: [/\d/, /\d/, '-', /\d/, /\d/, '-', /\d/, /\d/, /\d/, /\d/],
639
- NG: [/\d/, /\d/, '-', /\d/, /\d/, /\d/, '-', /\d/, /\d/],
+ NG: [/\d/, /\d/, '-', /\d/, /\d/, /\d/, /\d/, '-', /\d/, /\d/, /\d/, /\d/],
640
NU: [/\d/, /\d/, /\d/, /\d/],
641
MK: [/\d/, /\d/, '-', /\d/, /\d/, /\d/, '-', /\d/, /\d/, /\d/],
642
MP: ['(', '6', '7', '0', ')', /\d/, /\d/, /\d/, '-', /\d/, /\d/, /\d/, /\d/],
0 commit comments