react-native-element-dropdown
react-native-element-dropdown copied to clipboard
Using the react-native-element-dropdown manual search with searchField
I am using paginated data and want to search using the API search query on how to proceed.
Hi You could use renderInputSearch prop to customize your dropdown UI and data.
search
renderInputSearch={onSearch => <SearchInput onSearch={onSearch} /> }