n4kz / react-native-material-dropdown

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

Dropdown position always full visible #176

Open Fenopiu opened 5 years ago

Fenopiu commented 5 years ago

When the dropdown menu opened is near to the bottom, it will be always cut and many options became unselectable. How can I tell the drop menu to be rendered on top if it goes outside of the screen bottom?

Schermata 2019-08-23 alle 10 13 10 Schermata 2019-08-23 alle 10 12 47

chiennv97 commented 4 years ago

I have the same issue :((

ZaidAbo commented 4 years ago

i had the same issue and i fixed it by making a main view container with fixed height then modify the dropdown component using containerStyle with a negative margin and fixed height and it worked

shiprasharma12 commented 2 years ago

I am also facing this problem, any proper solution for this ?