diff --git a/src/pages/PrivateNotes/PrivateNotesEditPage.js b/src/pages/PrivateNotes/PrivateNotesEditPage.js index 855f7f9556bc..de3fafa7018d 100644 --- a/src/pages/PrivateNotes/PrivateNotesEditPage.js +++ b/src/pages/PrivateNotes/PrivateNotesEditPage.js @@ -138,6 +138,7 @@ function PrivateNotesEditPage({route, personalDetailsList, session, report}) { label={translate('privateNotes.composerLabel')} accessibilityLabel={translate('privateNotes.title')} autoCompleteType="off" + maxLength={CONST.MAX_COMMENT_LENGTH} autoCorrect={false} autoGrowHeight textAlignVertical="top"