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

https://snack.expo.dev/@usamasomy/dropdown-test Hi, Thank you for this amazing library. I'm currently using it to fetch data from an API when the user starts typing. However, some of the labels in the...

I use setValue state, in my code it's called setRegioneSelezionata, but the label text doesn't update. I use the setValue outside of this dropdown, I have another dropdown when I...

Hi, ~~May I ask how to add a scroll functionality inside the dropdown? I can't seem to find it in the documentation. Thank you.~~ ![image](https://user-images.githubusercontent.com/109651638/225573436-9c4e5547-3023-49cd-af0f-db91be27a3f9.png) EDIT: I made it work,...

Hello! I am trying to add multi language support in dropdown menu. In my home screen I have change language button but I am finding it difficult to change the...

Is it possible to add an icon beside the search text box inside the dropdown? All I ever read in the docs is adding styles to the search input text....

I'm having some trouble using this component within the guidance of the designs I'm working with and wondered if anyone had any insight. We have a pre-defined `Panel` component which...

I am hopeful maybe when it conveniences you, could you add an arrow icon button or something to parent items to minimise or hide the children items upon pressing and...

I want to add an icon to the front of dropdown input like this ![image](https://user-images.githubusercontent.com/95675342/218250062-335dc018-2942-4769-bb78-3155e73596e8.png) And avoid clipping of extra selected items the selector height should increase. ![image](https://user-images.githubusercontent.com/95675342/218250287-50665d34-8e14-4d48-8b6a-aa39a1c4350e.png)

Hi all, My DropDownPicker has more than 20k entries and when I click it in order to open and search/select one of them, the whole app freezes and cannot do...

I am using the renderListItem as follows: ``` renderListItem={(props) => ( )} ``` It works well for the list itself but for a selected item, it just displays the string....