react-native-dropdown-picker
react-native-dropdown-picker copied to clipboard
`maxHeight` not working
I have a dropdown picker with extendableBadgeContainer set to true and maxHeight={20} but the height isn't working at all.
Screenshot:

Figured it out. I needed to remove the extendableBadgeContainer prop and just set the container and style props to flex: 1
Jk I thought that worked but when the number of badges is greater than the size of the container it overflows