maxkordiyak / react-native-dropdown-autocomplete

Autocomplete input with dropdown modal component for React native. Useful for pages with multiple autocomplete's.
MIT License
100 stars 51 forks source link

User Input #11

Closed tolya199178 closed 5 years ago

tolya199178 commented 5 years ago

How can I get the user input text? I can't find that.

PaitoAnderson commented 5 years ago

@tolya199178 I've added onChangeText for the next release.