Commit 0c07d48d authored by Wahyu Adjie Prasetyo's avatar Wahyu Adjie Prasetyo

s

parent 23922c05
......@@ -325,10 +325,9 @@ class CardActivation extends React.Component {
<TextInput
style={{ height: 40, borderColor: 'gray', borderWidth: 1, padding: 5, borderRadius: 10, textAlign: 'center', fontFamily: 'Gotham-Black', color: 'grey', fontSize: 16 }}
onChangeText={card_nums => this.setState({ card_nums })}
value={this.props.card_number}
value={this.state.card_nums}
editable={false}
caretHidden={this.state.caretHidden}
defaultValue={this.state.card_number}
onFocus={() => this.setState({ caretHidden: false })}
/>
)}
......
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