Skip to content

Commit 09f2a40

Browse files
Remove autoGrow from TaskTitlePage
1 parent 33ed167 commit 09f2a40

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/pages/tasks/TaskTitlePage.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ function TaskTitlePage(props) {
8181
accessibilityRole={CONST.ACCESSIBILITY_ROLE.TEXT}
8282
inputID="title"
8383
name="title"
84-
autoGrowHeight
85-
textAlignVertical="top"
86-
containerStyles={[styles.autoGrowHeightMultilineInput]}
8784
label={props.translate('task.title')}
8885
accessibilityLabel={props.translate('task.title')}
8986
defaultValue={(props.report && props.report.reportName) || ''}

0 commit comments

Comments
 (0)