react-native-dropdown-autocomplete
react-native-dropdown-autocomplete copied to clipboard
Prop data doesn't exists on AutocompleteProps interface
According to the docs, it's possible to pass the data directly, without using the fetchData
prop
But the AutocompleteProps
interface doesn't have the data
prop type
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.
I have the same issue