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

Prop data doesn't exists on AutocompleteProps interface #53

Open LauraBeatris opened 4 years ago

LauraBeatris commented 4 years ago

According to the docs, it's possible to pass the data directly, without using the fetchData prop

image

But the AutocompleteProps interface doesn't have the data prop type

image

image

satish1020 commented 3 years ago

Did any one find the solution for this, I am facing the same issue data props doesn't exist on AutoCompleteProps. Can someone tell me how to pass static data without using fetch data.

jankoJelic commented 2 years ago

I have the same issue