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

The ActivityIndicator will trigger when the list is empty. However, when "addCustomItem" is enabled means that the list will never be empty because whatever is searched will be added to...

The picker in its closed state should display a Label on top - something like "outlined (focused)" TextInput here - https://callstack.github.io/react-native-paper/docs/components/TextInput/

1. Search string in Searchable picker should be cleared as the item is selected from drop down 2. We should have a small cross icon in the right of TextBox...

I have 3 dropdown items in this context, {Golden Gold, Rose Gold, Blue Gold}, when click one of them will automatically change the value inside the square to Golden Gold/Rose...

![Screenshot 2024-03-26 at 17 51 02](https://github.com/hossein-zare/react-native-dropdown-picker/assets/75755242/3098452f-fa25-4c70-985d-5760b9a17cf7) `tintColor` works but seems like it's not working or like an error. I think it's not compatible with TypeScript.

![Screenshot_1710847399](https://github.com/hossein-zare/react-native-dropdown-picker/assets/114058216/49e6fd4f-3799-4113-903d-3ef1fb0a9d10) if I delete strings from the back so I do not get the data, got white screen. @mikehardy @tsheaff @AlexanderArvidsson @mjmasn.

If you add 2 dropdowns close from each other, then you open the top one, the ui of the one you open will override the second ui

I want to get all strings on the search and show truncated strings so how can I use it.

I use the dropdownpicker in a react native app in combination with native-paper and MD3 Material3 themes. When switching from dark to light and vice versa everything is switching appropriately...

Hi: When I use this good lib, I encounter a problem, see below picture: the View is under the select dropdown list, they are conflicted. The component's version is: 5.4.6....