From 432bd8c991731455e419bd2b5bafc192e0ab0028 Mon Sep 17 00:00:00 2001 From: manualy Date: Wed, 6 May 2026 14:59:04 +0200 Subject: [PATCH] fix polish phone mask --- src/PhoneInput/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PhoneInput/constants.ts b/src/PhoneInput/constants.ts index 162d729..90c9569 100644 --- a/src/PhoneInput/constants.ts +++ b/src/PhoneInput/constants.ts @@ -678,7 +678,7 @@ export const MASK_PER_COUNTRY: Partial<{ /\d/, /\d/, ], - PL: ['(', /\d/, /\d/, /\d/, ')', /\d/, /\d/, /\d/, '-', /\d/, /\d/, /\d/], + PL: [/\d/, /\d/, /\d/, ' ', /\d/, /\d/, /\d/, ' ', /\d/, /\d/, /\d/], PT: [/\d/, /\d/, '-', /\d/, /\d/, /\d/, '-', /\d/, /\d/, /\d/, /\d/], PR: [ '(',