Skip to content

Commit

Permalink
added maxLength of 254
Browse files Browse the repository at this point in the history
  • Loading branch information
shindigira committed Sep 26, 2024
1 parent 8f50bca commit e781831
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/PointOfContact/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ function PointOfContact(): JSX.Element {
id='phoneExtension'
helperText='Extension should be a number.'
{...register('phoneExtension')}
maxLength={inputCharLimit}
isOptional
/>
</div>
Expand Down

0 comments on commit e781831

Please sign in to comment.