We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ed167 commit 09f2a40Copy full SHA for 09f2a40
src/pages/tasks/TaskTitlePage.js
@@ -81,9 +81,6 @@ function TaskTitlePage(props) {
81
accessibilityRole={CONST.ACCESSIBILITY_ROLE.TEXT}
82
inputID="title"
83
name="title"
84
- autoGrowHeight
85
- textAlignVertical="top"
86
- containerStyles={[styles.autoGrowHeightMultilineInput]}
87
label={props.translate('task.title')}
88
accessibilityLabel={props.translate('task.title')}
89
defaultValue={(props.report && props.report.reportName) || ''}
0 commit comments