onmotion / react-native-autocomplete-dropdown

Dropdown Item picker with search and autocomplete (typeahead) functionality for react native
MIT License
201 stars 79 forks source link

InitialValue Prop not working #107

Closed Dsalvat596 closed 8 months ago

Dsalvat596 commented 9 months ago

I try both initialValue prop and `textinputProps={{defaultValue}} and the value does not populate the input.

Even hard coding a string into the initialValue prop, it does populate the input and appear when the component initializes.

Any ideas?

onmotion commented 8 months ago

https://github.com/onmotion/react-native-autocomplete-dropdown/pull/108