Gets rid of line break in note "Enter" instead of "En-ter"
This commit is contained in:
@@ -112,19 +112,17 @@ export default class Pain extends Component {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
<View style={styles.symptomViewRowInline}>
|
{ this.state.other &&
|
||||||
{ this.state.other &&
|
<TextInput
|
||||||
<TextInput
|
autoFocus={this.state.focusTextArea}
|
||||||
autoFocus={this.state.focusTextArea}
|
multiline={true}
|
||||||
multiline={true}
|
placeholder="Enter"
|
||||||
placeholder="Enter"
|
value={this.state.note}
|
||||||
value={this.state.note}
|
onChangeText={(val) => {
|
||||||
onChangeText={(val) => {
|
this.setState({note: val})
|
||||||
this.setState({note: val})
|
}}
|
||||||
}}
|
/>
|
||||||
/>
|
}
|
||||||
}
|
|
||||||
</View>
|
|
||||||
</View>
|
</View>
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
<ActionButtonFooter
|
<ActionButtonFooter
|
||||||
|
|||||||
Reference in New Issue
Block a user