Skip to content

Commit b7a55ed

Browse files
authored
fix: updated BR country mask
Nowadays almost everyone uses a 9-digit phone number.
1 parent ebc0ae4 commit b7a55ed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/PhoneInput/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ export const MASK_PER_COUNTRY: Partial<{
329329
/\d/,
330330
/\d/,
331331
/\d/,
332+
/\d/,
332333
'-',
333334
/\d/,
334335
/\d/,

0 commit comments

Comments
 (0)