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, I have an array of data which includes three items, I want to make whenever one is selected, it gets excluded from the dropdown items, so that it wouldn't...
dropDown Items not selecting: When I press to select a dropdown Item, it doesn't get selected and the dropdown remains open. Expo version: 38.0.8
onDirectionChanged has return a wrong value the dropdown open in bottom but my console.log has return it open in top
Hi, first of all thank you for your incredible works. I noticed that badgeProps and itemProps only allow to add native props for the TouchableOpacity containers. I also would like...
On more than one occasion I have struggled to switch from adding styles via the Theme vs via DropDown Props. This is because the names are different the prop may...
Hi and many thanks for Your work. For the project I'm working on, I added `arrowIconPosition` to be able to place it to the left. Fell free to accept or...
Package version: 5.3.0 RN: 0.63.4 Hello, I'm using disableLocalSearch={true} with onChangeSearchText prop, with loading prop passed correctly (as in this example https://hossein-zare.github.io/react-native-dropdown-picker-website/docs/advanced/search#onchangesearchtext) together with **searchable** prop set to **true**. I...
**Describe the bug** Items are not selectable when inside a fixed height view **To Reproduce** {Strings.chooseTime} this.setState({ time: item.value })} disabled={false} /> **Screenshots**  **Expected behavior** All items should be...
Hi, I've a drop down component which I need to set a default value when the component loads, so I can use that value to call the API first time....
Should it receive generic type.. so we can put more arguments on item list