hoaphantn7604 / react-native-element-dropdown

A react-native dropdown component easy to customize for both iOS and Android.
MIT License
861 stars 154 forks source link

react-native-element-dropdown dropdown above screen edge #268

Open gabrielroodriz opened 1 month ago

gabrielroodriz commented 1 month ago

When I have a DropDown as the first element within the screen, and it has the search property active, when I open it from the keyboard the floating menu with the options goes beyond the limits of the screen, rendering the floating menu above the device's notification bar

Mikemece commented 1 month ago

It happens the same to me: when the dropdown is in the top half of the screen and you try to search in the dorpdown, the container teleports to the top of the device, overlaping the limits of the screen and the notification bar I'm in android, using SDK 51 image