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

I had issue with big list or use it with formik fieldarray with much list. The performance when open the dropdown laggy, and then I tried create my own with...

Hi, Assume we have the multiple dropdown aligned in the vertical one by one. the multi dropdowns can be opened at the same time. If we provide a auto dimiss...

Dropdown container forcing below content go down when opens dropdown. not able to apply z index

This PR adds `itemLabelProps` to allow developers to pass props directly to the `Text` component inside the item. This could address issues like https://github.com/hossein-zare/react-native-dropdown-picker/issues/460: ``` itemLabelProps={{ numberOfLines: 1 }} ```

on trial

![image](https://user-images.githubusercontent.com/86763219/174289074-561ae9dd-bd8f-4398-b901-c2fee581de17.png) In this library, 'open', 'setOpen' properties are essential properties on DropDownPicker. But I don't want use useState in a module. So I wanted to use those two properties in...

Hi, thanks for this component. It seems like there is no way to customize the selected item (apart from styling which is pretty limited). It seems like a common use...

const [categoryOpen, setCategoryOpen] = useState(false); const [categoryValue, setCategoryValue] = useState(null); const [categoryItems, setCategoryItems] = useState([ { label: "General", value: "general" }, { label: "Technology", value: "technology" }, ]); const [radiusOpen,...

Is there a way to increase the height of the options im modal view to specific pixel.I am using custom image components for options but the images are cutting off...

**Describe the bug** Could not select an item from the dropdown list. **To Reproduce** Render separate view under dropdown **Screenshots** ![7ls5lGbwle](https://user-images.githubusercontent.com/39676808/86084667-6eb76080-ba6b-11ea-9b0b-f09f78a7f75e.gif) **Code** { this.setState({direction: "In"}) }}> { this.setState({direction: "Out"}) }}...

this area, which is overflown from container view, is not intractable :| ![image](https://user-images.githubusercontent.com/6948919/171616322-b8857491-175c-4289-9f16-eda7393a980d.png)