hoaphantn7604 / react-native-element-dropdown

A react-native dropdown component easy to customize for both iOS and Android.
MIT License
950 stars 165 forks source link

Using the react-native-element-dropdown manual search with searchField #177

Open chinmay4github1987 opened 1 year ago

chinmay4github1987 commented 1 year ago

I am using paginated data and want to search using the API search query on how to proceed.

hesamr776 commented 1 year ago

Hi You could use renderInputSearch prop to customize your dropdown UI and data.

search renderInputSearch={onSearch => <SearchInput onSearch={onSearch} /> }