react-native-dropdown-picker
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.
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.
Warning: Each child in a list should have a unique "key" prop. Check the render method of `Picker`.
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...
 ( {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