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 value attribute #37

Open dyarfaradj opened 4 years ago

dyarfaradj commented 4 years ago

Add value attribute so we can set the value, right now there is only initialValue.

Also please pass the item to these functions:

onDropdownClose={() => ()} onDropdownShow={() =>()} renderIcon={() => ()}