react-native-element-dropdown icon indicating copy to clipboard operation
react-native-element-dropdown copied to clipboard

A react-native dropdown component easy to customize for both iOS and Android.

Results 208 react-native-element-dropdown issues
Sort by recently updated
recently updated
newest added

- On search if the item is clicked on the menu when the keyboard is showing on iOS it only dismisses the keyboard but does not hide the open menu....

Hi, I implemented the component in my app but when I click for the first time to open the dropdown, the dropdown come from the right of the screen, and...

Thanks for this awesome package! React-Native views and texts support accessibility roles; https://reactnative.dev/docs/accessibility I would like to be able to pass in some Accessibility props and have them arrive on...

Hello Thanks for the perfect DropDown. I think the DropDown's `onChange` function should return the `index` value too `onChange={(item,index)=>{}}`

Hi, I want to use à default value for a dropdown but it is print good only if I open dropdown. I put my code in this message just I...

Maybe should create a small changelog with bug fixes? It would be helpful and less number of issues

I wants to update the UI if the setValue is called. But the UI is not updating...

The selected item component can't be styled when using the Dropdown, there's selectedStyle prop for multiselect but it isn't passed to the Dropdown component. ![Screenshot_20220605-133616](https://user-images.githubusercontent.com/5516477/172048836-ebe441bb-7af0-4661-b3e4-65081a117893.png)

![image](https://user-images.githubusercontent.com/101973832/168799793-0b15a8a1-707a-4694-ae56-955e4f1c2049.png)

MultiSelect Dropdown after selecting the items not close on clicking outside or sliding up dropdown in closing making the app not user-friendly. Can you check if multi items also get...