Skip to content

Commit

Permalink
Merge pull request #27975 from hungvu193/fix-27694
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisl authored Sep 25, 2023
2 parents bc06ca4 + 5a5f613 commit 7eca373
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/PrivateNotes/PrivateNotesEditPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7eca373

Please sign in to comment.