List under adjacent inputs
DiegoGallegos4 opened this issue · 1 comments
DiegoGallegos4 commented
I am doing a form using an autocomplete input. I have an autocomplete and then a textinput. When I search for something in the autocomplete input, the list of results shows under the textinput. The autocomplete is inside a flex container (flex:1, flexDirection: row) with a text on the side. Another styles should be applied in this case?
RN : 0.33
Autocomplete: 2.00.rc
DiegoGallegos4 commented
SOLUTION: To fix this the autocomplete container(In this case a View) must have zIndex: 1. You can close it now.