byteburgers / react-native-autocomplete-input

Pure javascript autocomplete input for react-native
https://byteburgers.com/autocomplete
MIT License
819 stars 255 forks source link

listContainerStyle does not apply in iOS #164

Closed ASchwad closed 4 years ago

ASchwad commented 4 years ago

Versions: "react-native": "0.60.5", "react-native-autocomplete-input": "^4.1.0"

I want to limit the selection window of the list with listContainerStyle. This works fine under Android with maxHeight, but in iOS i cant get any css to work for listContainerStyle. Other properties like listStyle work under iOS. Any suggestions?

ASchwad commented 4 years ago

fixed by using listStyle to apply maxHeight