Skip to content

Commit 62333d2

Browse files
Remove multiline from new task title page
1 parent ff091da commit 62333d2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/pages/tasks/NewTaskDetailsPage.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ function NewTaskPage(props) {
100100
accessibilityLabel={props.translate('task.title')}
101101
value={taskTitle}
102102
onValueChange={(value) => setTaskTitle(value)}
103-
autoGrowHeight
104-
textAlignVertical="top"
105-
containerStyles={[styles.autoGrowHeightMultilineInput]}
106103
/>
107104
</View>
108105
<View style={styles.mb5}>

0 commit comments

Comments
 (0)