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

Don't lose input focus when typing #18

Closed PaitoAnderson closed 5 years ago

PaitoAnderson commented 5 years ago

Removes the Modal and just expands the component instead when typing to show results, still looks pretty good IMO and provides a better user experience.

PaitoAnderson commented 5 years ago

Thank you sir!