is there a feature wherein upon selecting an item from the list programmatically instead of manually selecting an item?
Activity
onmotion commentedon Aug 2, 2022
Hi!
You can use
setInputText
orsetItem
method on controller refe.g.
react-native-autocomplete-dropdown/example/componens/RemoteDataSetExample2.js
Line 109 in d233bca
vituallajuphet commentedon Aug 2, 2022
thanks @onmotion
you saved my day :)