byteburgers / react-native-autocomplete-input

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

selected value not shown #180

Closed nyaupanegopal closed 3 years ago

nyaupanegopal commented 4 years ago

while using functional component, selected value not shown in autocomplete input but it shows selected result while pushing to another text input

nurycaroline commented 4 years ago

I have the same problem, you solved?

sachinxagrawal commented 3 years ago

use font color for text.. style={{color:'#000000'}}

mrlaessig commented 3 years ago

With the latest release it should work with functional components as well. Checkout the example snack. Feel free to reopen if the issue persists.