n4kz / react-native-material-dropdown

Material dropdown with consistent behaviour on iOS and Android
Other
734 stars 598 forks source link

app freezes when ontextchanged prop triggered #103

Open barron9 opened 6 years ago

barron9 commented 6 years ago

Hi this code locks/freezes the app when tapped and selected some item <Dropdown ontextchanged={()=>alert('asd')} options={this.state.adresler} />

Did you experienced like this?

tspvivek commented 6 years ago

I am experiencing same issue in IOS, when we use alert inside ontextchanged callback. But works fine in android.

CS6 commented 5 years ago

me too