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

A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.

Results 170 react-native-dropdown-picker issues
Sort by recently updated
recently updated
newest added

Appreciate for the nice drop down picker with huge list of props/params. We are facing an issue with iOS - FLATLIST is behind the view in iOS devices even though...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

It seems it's not possible to add icon beside search box or custom renderer for search component. I think it's one of the most required thing

Hello I would like to disable font scaling on this component like you would with any other texInput with 'allowFontScaling={false}' or is there a way of telling the component to...

How do I change dropdownContainer height, it is fixed and not changing.

`arrowIconStyle` prop here should accept image styling.

I'm getting this warning in only that picker where I'm using this as data :- [ {"label": "123 Main St, Dummy City", "value": "123 Main St, Dummy City"}, {"label": "456...

![Screenshot_1688455069](https://github.com/hossein-zare/react-native-dropdown-picker/assets/127928848/8fb1e788-b662-45f9-95a5-b93bd5c071f1) ( {loading ? ( ) : ( Add New )} )} />

Hi, first.. amazing package! The only thing that bothers me, is that the selected item is shown again in the dropdown list. Is there any way to hide the selected...

Fixes #382, which was caused by a wrong interface definition