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

[+] Add props resetOnSelect #8

Closed CyNn0 closed 5 years ago

CyNn0 commented 5 years ago

Add boolean resetOnSelect on props, set at false by default if set to true, will set the input to an empty string on choosing an item

maxkordiyak commented 5 years ago

thank you for contributing!