react-native-dropdown-picker
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.
The DropDownPicker has several accessibility issues. When in VoiceOver mode, the element should declare its role and state. Level A - 1.3.1 Info and Relationships - An easy fix -...
If the application is in landscape mode, and the dropdown is near the bottom of the screen, the dropdown items are rendered off of the screen. I've only seen this...
I believe search and label fields always use the name field of the item. Is there a way to customise that? Trying to use it for country phone code list....
Is it possible to render custom component on this part.  I look at the source code and it's SimpleBodyComponent, but I can't find any...
# Need in placeholder right side there is down arrow icon i want to change the color this icon orange ### Code Part import React, {useState} from 'react'; import {View,...
Unable to resolve "./icons/close.png" from "node_modules\react-native-dropdown-picker\src\themes\light\index.js" Tried replacing the light icons with dark, Worked.
Hi everyone ! Many thanks for your work on this library While I'm using it on Android, I have wrong values on `pickerRef.current.measureInWindow((...args) => resolve(args))` ([link here](https://github.com/hossein-zare/react-native-dropdown-picker/blob/dev-5.x/src/components/Picker.js#L713)) I added some...
Hi, I have added Chinese support, please check it out :)
I realize this library is not maintained and mostly abandoned. So I am mostly posting this as a guide to help out anyone else who may be encountering the same...
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 noticed there are a few...