Closed Dsalvat596 closed 8 months ago
I try both initialValue prop and `textinputProps={{defaultValue}} and the value does not populate the input.
initialValue
Even hard coding a string into the initialValue prop, it does populate the input and appear when the component initializes.
Any ideas?
https://github.com/onmotion/react-native-autocomplete-dropdown/pull/108
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?