aboutsummaryrefslogtreecommitdiff
path: root/src/components/comments/AddComment.tsx
diff options
context:
space:
mode:
authorankit-thanekar007 <ankit.thanekar007@gmail.com>2021-03-16 08:48:01 -0700
committerankit-thanekar007 <ankit.thanekar007@gmail.com>2021-03-16 09:05:26 -0700
commit79d0297c4ec57f5282f932601d45d8820e17230f (patch)
tree2cd924e310cd79341a215d1e5320d28786b7b62a /src/components/comments/AddComment.tsx
parentda60a2a3921a96a5c0b26f682f1b7d5c971dd6df (diff)
TMA 653 Removed autocorrect in comments
Diffstat (limited to 'src/components/comments/AddComment.tsx')
-rw-r--r--src/components/comments/AddComment.tsx1
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}
/>