Closed ASchwad closed 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?
fixed by using listStyle to apply maxHeight
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?