diff options
author | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-03-16 08:48:01 -0700 |
---|---|---|
committer | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-03-16 09:05:26 -0700 |
commit | 79d0297c4ec57f5282f932601d45d8820e17230f (patch) | |
tree | 2cd924e310cd79341a215d1e5320d28786b7b62a /src | |
parent | da60a2a3921a96a5c0b26f682f1b7d5c971dd6df (diff) |
TMA 653 Removed autocorrect in comments
Diffstat (limited to 'src')
-rw-r--r-- | src/components/comments/AddComment.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/comments/AddComment.tsx b/src/components/comments/AddComment.tsx index 56011f05..3b195a2b 100644 --- a/src/components/comments/AddComment.tsx +++ b/src/components/comments/AddComment.tsx @@ -115,7 +115,6 @@ const AddComment: React.FC<AddCommentProps> = ({ placeholderTextColor="grey" onChangeText={setComment} value={comment} - autoCorrect={false} multiline={true} ref={ref} /> |