Skip to content

Commit

Permalink
Merge pull request #31059 from dukenv0307/fix/30870
Browse files Browse the repository at this point in the history
disable auto-correct in task title input
  • Loading branch information
jasperhuangg authored Nov 30, 2023
2 parents be28950 + 4ede225 commit 4fc20d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/tasks/NewTaskDetailsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ function NewTaskDetailsPage(props) {
accessibilityLabel={props.translate('task.title')}
value={taskTitle}
onValueChange={(value) => setTaskTitle(value)}
autoCorrect={false}
/>
</View>
<View style={styles.mb5}>
Expand Down

0 comments on commit 4fc20d3

Please sign in to comment.