fateh999 / react-native-paper-dropdown

Dropdown using react native paper TextInput and Menu
MIT License
130 stars 74 forks source link

dropdown conatiner going outside of screen #41

Closed shashank1501 closed 1 month ago

shashank1501 commented 2 years ago

If the dropdown is at bottom of the screen dropdown items are going outside of the screen. expected behavior: dropdown container moves up if the dropdown is at bottom of the screen.

Screenshot_1632806135 Screenshot_1632806295

jonnycraze commented 2 years ago

I'm experiencing this issue as well, It would be great to know if there is a simple way to account for this scenario.

mfitzer commented 2 years ago

I am also running into this issue

FelipeACP commented 2 years ago

Solved this by setting dropDownContainerHeight like so

dropDownContainerHeight={Dimensions.get("window").height * 0.4}

bombillazo commented 2 years ago

Any update on this?