react-native-autocomplete-dropdown
react-native-autocomplete-dropdown copied to clipboard
Unable to set text aside of using initialValue props
is there a feature wherein upon selecting an item from the list programmatically instead of manually selecting an item?
Hi!
You can use setInputText
or setItem
method on controller ref
e.g. https://github.com/onmotion/react-native-autocomplete-dropdown/blob/d233bcaa377c0293a5e039e0442383e2597f76ea/example/componens/RemoteDataSetExample2.js#L109
thanks @onmotion you saved my day :)