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.
How do i use props to make this computer reusable? I tried to initialize with useEffect but it didn't work. The list is blank unless i explicitly specify the options...
I have my label like this: '{code} {description}', when I select an item i want to show only the code, but when i have to select another item form list...
How can I show selected items in Modal?
version : "react-native-dropdown-picker": "5.3.0",
I am using the picker and it's great so thank you! I am having difficulty figuring out how to do a couple of styling changes though. I have tried setting...
Feature request Adding the ability to have a confirm/success button at the bottom of the modal just to close the modal
in my dropdown list i have strings like this 'PZ - Potenza', and I want to show only the first 2 letters 'PZ', how can i do that? I tried...
I don't want default dropdown icon which comes by default with react-native-dropdown-picker, how can i customise it? Thank you!
Hello, I have implemented a dropdown with a search text box. If I change the value of the search with the keyboard, the results are filtered correctly; if, on the...