Closed
Description
So, when i try to so this.setState({})
on select, the code in handleSelected
will be executed but the tabs will stop changing.
handleSelected(index, last) {
console.log('Selected tab: ' + index + ', Last tab: ' + last);
if (index == 1) {
console.log(index);
this.setState({paymentType: 'paypal'})
}
else {
this.setState({paymentType: 'creditcard'})
}
}
Metadata
Metadata
Assignees
Labels
No labels