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.
Hello, Is there a way to make the dropdown container a react-native-vector-icon rather than the default "Select an item" text? From my understanding, this component cannot be used as a...
I added drop down picker inside flatlist and I tried all different way to display it on top of bottom view but it's not working. Any one can help me...
Hi there :wave: This library is great, but it suffers from zIndexing / overlap issues that are basically out of it's control. There are issues related to it many times...
`setValue` props only can assign setState function, and can't use dispatch function. so developers who want to use reducer must use `setState`, then process will be like below. ```javascript const...
I want to change the arrow-up arrow-down icon to react-native-vector-icons. Can anyone help me in this regard?
Change min height
**Is your feature request related to a problem? Please describe.** Yes, I am wondering if this is react native web enabled by default? is it currently RNW capable. I am...
In this PR: * Added a verification for value in `if (memoryRef.current.value.includes(item[_schema.value]))`, when multiple is enable otherwise I get this error: * Added also a check for `state !== undefined`...
In the typescript: onPress accepts a an argument of type T. When i tried to pass the value (not the item), selection does not work on my renderList item. i...
NOTE The items don't need to be sorted, This will be done automatically. However, this sort is reversed. My items are sorted from Z-A. Anyone figure out the code to...