From e781831f61e42faa3e5c18545326d574ddb25bb4 Mon Sep 17 00:00:00 2001 From: shindigira Date: Thu, 26 Sep 2024 08:58:13 -0700 Subject: [PATCH] added maxLength of 254 --- src/pages/PointOfContact/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/PointOfContact/index.tsx b/src/pages/PointOfContact/index.tsx index ef2852da..23bb7806 100644 --- a/src/pages/PointOfContact/index.tsx +++ b/src/pages/PointOfContact/index.tsx @@ -297,6 +297,7 @@ function PointOfContact(): JSX.Element { id='phoneExtension' helperText='Extension should be a number.' {...register('phoneExtension')} + maxLength={inputCharLimit} isOptional />