From b7a55ed7fcbe62e5920859309f7163752304f588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Giordano?= Date: Tue, 3 Feb 2026 20:08:27 -0500 Subject: [PATCH] fix: updated BR country mask Nowadays almost everyone uses a 9-digit phone number. --- src/PhoneInput/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PhoneInput/constants.ts b/src/PhoneInput/constants.ts index 126c07f..162d729 100644 --- a/src/PhoneInput/constants.ts +++ b/src/PhoneInput/constants.ts @@ -329,6 +329,7 @@ export const MASK_PER_COUNTRY: Partial<{ /\d/, /\d/, /\d/, + /\d/, '-', /\d/, /\d/,