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

Hey @hossein-zare, I hope you're doing well! I've made some stuff that will help people contribute to the repo in the future: - a CONTRIBUTING.md guidance file to improve the...

Is there a ways to make the component show multiple rows like here: ![image](https://github.com/hossein-zare/react-native-dropdown-picker/assets/56408597/0d2e8e4f-1c32-454c-8bdb-672d11b1e9c1) I don't find a way to pass a ref, or change style via props to the...

Seems like they change quite randomly actually, for example if you pass three possible items, and select all three - two of them may be the same badge dot color...

Hello I would like to move the closing cross from right to left in modal mode when there is a title. Thanks in advance ![F918378B-B00B-4438-A21B-D8BA41E74E76_4_5005_c](https://github.com/hossein-zare/react-native-dropdown-picker/assets/72197308/2afcd5ca-2a90-4584-90fe-c75c2fd51d12)

Currently the only way to reset dropdown is by setting the value to null, but i'd like the option to add a "default/any" option that reset the dropdown by user...

[ { "id": 6, "name": "Favorite Foods", "SubCategory": [ { "id": 10, "name": "Cheese Burger" }, { "id": 11, "name": "Cornbread" }, { "id": 12, "name": "Grilled cheese" }, {...

How can I get the total number of items when searching? For example, if there are a total of 50 data entries, and when I search with the prefix 'IN,'...

![Screenshot 2023-08-14 at 11 15 44 AM](https://github.com/hossein-zare/react-native-dropdown-picker/assets/107399261/c723baea-4057-459e-a92f-859c9499c795) How to change the line width and color here

How can we leverage the testID functionality added in v5.2 for a Dropdown Picker item to simulate a test environment to click on the Dropdown picker and select a different...