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 clear search text input after selecting a item?
Currently, I can add a subheader with: ```tsx } ... /> ``` I want to be able to add a stick subheader. It will show any error that may happen...
Hi guys, This is my first time using this package, thanks for the great work! I am creating a form with multiple dropdowns for the Web. I am having some...
Hello. Can another child be added? I couldn't find it in the documentation. Example: {label: 'Apple', value: 'apple'}, {label: 'Banana', value: 'banana', parent: 'apple'}, {label: 'Berry', value: 'berry', parent: 'banana'},
Hi there, I would like to customize the dropdown's theme. I followed the documentation [here](https://hossein-zare.github.io/react-native-dropdown-picker-website/docs/advanced/themes#add-a-theme), but it throws an error. Here is a minimal reproduction: https://github.com/RilDev/react-native-dropdown-picker-custom-theming Do you know how...
When using DropDownPicker with `listMode="MODAL"`, when opening it, it changes the StatusBar background color (in my case, it changes from the custom background color in our app to white). I...
I am getting following error when i use ^5.4.7-beta.1 Version - NativeViewGestureHandler must be used as a descendant of GestureHandlerRootView. Otherwise, the gestures will not be recognized. See https://docs.swmansion.com/react-native-gesture-handler/docs/installation for...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.23.0 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.23.0 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
I have used this component and trying to write test case using testing-library. Am getting the error "Unable to find an element with testID: text". I verified the comments and...