Commit a34d9ab3 authored by Wahyu Adjie Prasetyo's avatar Wahyu Adjie Prasetyo

order

parent 5b99a935
......@@ -31,7 +31,8 @@ class OrderDetail extends React.Component {
is_reviewed: '',
review_rating: 0,
cancelled_by_display: '',
cancelled_reason: ''
cancelled_reason: '',
caretHidden:true
}
......@@ -188,6 +189,8 @@ class OrderDetail extends React.Component {
onChangeText={(reason) => this.setState({ reason })}
value={this.state.reason}
textAlign='center'
caretHidden={this.state.caretHidden}
onFocus={() => this.setState({caretHidden: false})}
/>
</View>
<View>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment