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.
Selected item property "onSelectChange" added to use react-hook-form. I added the property "onSelectChange" for use with the react-hook-form "onChange" property to apply validations to the selector.
Very cool component for sure. I just noticed when I switch to dark mode it does not change.
And it behave differently across different android device, on some device it able to find the data, but on other device the search only work for a certain length of...
How to implement pagination concept with this library? for example with flatlist we can use onEndReached and onEndReachedThreshold to implement it
I'm having issues finding a way to get text to wrap for a row, when using a long string as input. Is there away to set dynamic row height based...
We have a prop for styling the search container but not the TextInput. Added Prop to style search TextInput.
i'm using this component inside ScrollView(in parent component)->Array.Map->Child Component(react-native-select-dropdown);