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

react-native-select-dropdown is a highly customized dropdown | select | picker | menu for react native that works for andriod and iOS platforms.

Results 67 react-native-select-dropdown issues
Sort by recently updated
recently updated
newest added

When using the `react-native-select-dropdown` package in a React Native app, I'm encountering two issues: 1. **Maximum call stack size exceeded (native stack depth), js engine: hermes** 2. **TypeError: Cannot read...

This is my first time trying to use this component, so I read the documentation and follow the usage instructions. According to that, I only needed to change the data...

Automatically open the keyboard when the search option is enabled on android

I will have to get permission to get you some code but, I have a component that I made called Search State. The data is static, and when I open...

Added multiple select with optimisations (Flash List) and other features. Please check the Read me file for the features and how to implement multiple select

Hi, is it possibile to add property `doNotCloseOnSelect={true}` in order to avoid close dropdown menu after selecting item? I mean: I'm using this package to manage _multi-select_ dropdown. It is...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. I need to pass the flatlist...

Added functionality for controlled search input