-
Notifications
You must be signed in to change notification settings - Fork 47
Open

Description
When i'm multi time clicking on choose before open option box. application crash.
help me please
<Select
transparent={true}
optionListStyle = {{borderColor:'#d7d7d7',}
defaultText={this.state.companyText}
style={{borderWidth:0, width:(getDeviceWidth() * 0.64)}}
indicator="down"
backdropStyle={{backgroundColor:'rgba(0,0,0,0.5)'}}
placeholder="Select status"
indicatorColor="#666666"
onSelect={this.onSelectCompany}>
<Option styleText={{color:'#d9d9d9'}} value='' key={''} >Select company</Option>
{this.getCompany()}
</Select>
addition info:
react-native-cli: 2.0.1
react-native: 0.47.2
node: 8.4.0
Metadata
Metadata
Assignees
Labels
No labels