react-native-select
react-native-select copied to clipboard
A customizable dropdown selection package for react-native for android and iOS with multiple select and search capabilities. Look is consistent across platforms. Compatible with Expo.
The dropdown menu automatically closes whenever `onValueChange()` sets the `selectedValue` prop. I require the dropdown menu to keep opening until the user closes manually by selecting background `overlay` (or) programmatically...
I have only tested this on IOS only, latest version. it can work as normal open/close then suddenly it open and closes on every other click. Has anyone else encountered...
**Is your feature request related to a problem? Please describe.** The de-selected item color in the modal defaults to a hardcoded 'white', this makes it difficult to create a dark...
**Describe the bug** Crashes after a second search on a searchable multi-select modal. **To Reproduce** Steps to reproduce the behavior: 1. Create a multi-searchable select option 2. Search for a...
**Is your feature request related to a problem? Please describe.** I would like to limit the number of items available to be selected. **Describe the solution you'd like** Either state...
**Is your feature request related to a problem? Please describe.** We have many needs for our options to render rich content (sub text, custom icons or components, etc). As of...
# Description Extracted most of the functions in the index.ts file into custom react hooks to improve readability. Feel free to check and comment on this PR. Everything should work...
As per title, I can't spot any way to style the text (and background) of the selected item for just the modal. Is it possible? If not i'll change this...
**Describe the bug** Having a data of 0 causing the placeholder to stay on. Using version 1.3.18 **Expected behavior** The placeholder should be hidden **Screenshots** **Smartphone** - Device: Android -...