react-native-autocomplete-dropdown icon indicating copy to clipboard operation
react-native-autocomplete-dropdown copied to clipboard

Unable to set text aside of using initialValue props

Open vituallajuphet opened this issue 2 years ago • 2 comments

is there a feature wherein upon selecting an item from the list programmatically instead of manually selecting an item?

vituallajuphet avatar Aug 02 '22 05:08 vituallajuphet

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

onmotion avatar Aug 02 '22 06:08 onmotion

thanks @onmotion you saved my day :)

vituallajuphet avatar Aug 02 '22 06:08 vituallajuphet