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

Hi there im using alot of dropdowns (25-30) on the same screen all with diferente opens, values, setOpen, same items however for all of them, items are defined on state,...

Hi, I have the following issue: I have a dropdown picker that works perfectly fine until the number of items is less than 65. However, if I have more than...

enhancement

**Is your feature request related to a problem? Please describe.** Firstly just wanted to say thank you for this amazing component, it's exactly what I wanted and does so much...

new feature

I am trying to add multiple DropDowns using .map and Select dropdown fields by clicking a button. When I am changing the dropdown value for one it changes for all...

I have been looking at issues similar to my own, but the solutions that work for them don't seem to work for my own. I would like to be have...

Is there a way to have arrow at the top and bottom of the dropdown list. This way users will know there are other items to select

I have a dropdown picker with `extendableBadgeContainer` set to `true` and `maxHeight={20}` but the height isn't working at all. Screenshot: ![image](https://user-images.githubusercontent.com/46275463/189227786-b3ddadaa-556d-4ff1-8d69-8bd120410ca6.png)

Hello, I have - "react-native-dropdown-picker": "^5.1.19", There is that problem, by default main input container height is somethink about 40, i want to set it 35, couse i have other...

I've been searching everywhere on how to style the actual list. As you can see, the border is still default black and the backgroundColor is transparent. How do I change...