Open barron9 opened 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?
I am experiencing same issue in IOS, when we use alert inside ontextchanged callback. But works fine in android.
me too
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?