react-native-paper-dropdown icon indicating copy to clipboard operation
react-native-paper-dropdown copied to clipboard

dropdown conatiner going outside of screen

Open shashank1501 opened this issue 3 years ago • 4 comments

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

shashank1501 avatar Sep 28 '21 05:09 shashank1501

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

jonnycraze avatar Oct 12 '21 17:10 jonnycraze

I am also running into this issue

mfitzer avatar Oct 12 '21 19:10 mfitzer

Solved this by setting dropDownContainerHeight like so

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

FelipeACP avatar Nov 22 '21 11:11 FelipeACP

Any update on this?

bombillazo avatar Feb 02 '22 18:02 bombillazo