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 autoCapitalize on textInput #51

Open micheleantonazzi opened 4 years ago

micheleantonazzi commented 4 years ago

I am using this plugin in my application and find it very useful and well done. I have to set autoCapitalize to "none", but this possibility doesn't currently exist. I modified the code to do this. I hope it is appreciated