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

set default value #16

Closed DavidHasan27 closed 5 years ago

DavidHasan27 commented 5 years ago

How i can set default value for text input without focus, i want to show by default current location address when enter in screen, but i didnt see any props to set default value for text input.

PaitoAnderson commented 5 years ago

I've noticed this as well, I'll look at adding an initialValue prop for this.

DavidHasan27 commented 5 years ago

Thanks @PaitoAnderson , One more thing, Here we don't have option to select 'keyboardType', i think you should think about this

PaitoAnderson commented 5 years ago

@DavidHasan27 Added keyboardType for the next update.

ynirmal2 commented 2 years ago

initialValue props not working

Skardaok-ThomasBarkley commented 1 year ago

been trying to add initial value, but either way : ( string (id) or object: {id: ****} do not work