react-native-element-dropdown icon indicating copy to clipboard operation
react-native-element-dropdown copied to clipboard

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

Open chinmay4github1987 opened this issue 1 year ago • 1 comments

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

chinmay4github1987 avatar Apr 26 '23 12:04 chinmay4github1987

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

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

hesamr776 avatar May 10 '23 12:05 hesamr776