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 />