diff options
author | Ivan Chen <ivan@tagg.id> | 2021-03-16 13:50:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-16 13:50:36 -0400 |
commit | 076a4895a16cf0c8323c365289b7ec4316e7b567 (patch) | |
tree | 2cd924e310cd79341a215d1e5320d28786b7b62a /src | |
parent | da60a2a3921a96a5c0b26f682f1b7d5c971dd6df (diff) | |
parent | 79d0297c4ec57f5282f932601d45d8820e17230f (diff) |
Merge pull request #302 from TaggiD-Inc/tma-653-keyboard-autocorrect
[TMA-653] - Remove Autocorrect in add 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} /> |