react-native-select-dropdown
react-native-select-dropdown copied to clipboard
react-native-select-dropdown is a highly customized dropdown | select | picker | menu for react native that works for andriod and iOS platforms.
Hello developer friends, I noticed a small problem with the library when the button is on the right, the dropdown is displayed partly outside the screen. I made a fix...
We are using react-native-web which keeps web and native in one code base using a shared folder. All code is native first. Can this library be used for web as...
Hi, i want to use dropdown menù with search functionality but it doesn't work. I mean i have enabled correctly "search" but nothing happen. This is a part of the...
If you click in the text field to have the dropdown list show and then move the mouse out from there to scroll the document page, the list isn't attached...
I'd like to use my own custom matching function when searching the list of options in order to allow fuzzy matching on specific properties of an option. Are there any...
When onSelect event is triggered the navigation bar changes its color. I tried to change even the the navbar color, when the Dropdown is focused, but it instantly switches back...
When the user taps on the SelectDropdown object, the rows of selectable items are displayed 25 pixels below the object. Subtract the offset from the Y value when on Android...
Android specific: On the app I'm working on the view covers the entire screen, with the navigation bar being transparent. Originally when opening the dropdown the navigation bar would turn...
Hi, I notice there is a bug when I try to set the `defaultValue` to the 41th element in the data list. This can be reproduced by the following code...