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

Someone know why I can't select an item when I wrap the Dropdown inside a the React Native Paper, TextInput. The dropdown open correctly and I can see all the...

I have an unknown number of items, so `options`, `pickerOpen`, `answers`, are all arrays of states. The error is shown when I try to select a value, which then calls...

im having problems when I want to select multiple items. When I select one option they throw me this error: _TypeError: Invalid attempt to spread non-iterable instance. In order to...

I cannot manage to display selected items after selection. I want to show selected items but it shows for example: 2 item(s) have been selected. How can I change that?

**Describe the bug** When trying to open the dropdown inside a "react-native-linear-gradient" component (inside a nested view), the dropdown is only partially visible (see expo snack) **expo snack** https://snack.expo.io/@weblion/issue-react-native-linear-gradient **Info**...

DropDownPicker is not scrolling fine in IOS but working fine in android I found that problem is I use DropDownPicker inside modal if I use it in any other place...

Hi Team, Facing issue of Multiple re-render when serach text for local data of listMode="MODAL". All items is in local state variable. ``` ```

Hi, I am attempting to place a picker inside a styled View component that looks like so: ![image](https://user-images.githubusercontent.com/43489998/123051540-7cac8100-d434-11eb-804a-b26551e87bd3.png) However when I try to press on an option, nothing happens and...