diff --git a/src/pages/PrivateNotes/PrivateNotesEditPage.js b/src/pages/PrivateNotes/PrivateNotesEditPage.js index 206e9e74d91f..15bf6e7f555e 100644 --- a/src/pages/PrivateNotes/PrivateNotesEditPage.js +++ b/src/pages/PrivateNotes/PrivateNotesEditPage.js @@ -120,6 +120,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"