n4kz / react-native-material-dropdown

Material dropdown with consistent behaviour on iOS and Android
Other
732 stars 597 forks source link

Dropdown not opening on the first click #229

Open RameshDev92 opened 4 years ago

RameshDev92 commented 4 years ago

I am fetching the data from api call using axios and setting the data to dropdown by setting it to state. After that some times the drop down is not showing list on the first click. I thought may be parsing the response from api call and setting it to state is taking time.So i am showing a loading indicator and dismissing it after setting the data to state. But still some times drop down not getting opened on the first click.

Thank you.