react-native-picker-select
react-native-picker-select copied to clipboard
🔽 A Picker component for React Native which emulates the native <select> interfaces for iOS and Android
See https://github.com/lawnstarter/react-native-picker-select/issues/369#issuecomment-761277585
**Describe the bug** The Alignment of the picker select is not correct vertically as opposed to using TextInput **To Reproduce** Steps to reproduce the behavior: Not applicatble **Expected behavior** The...
**Describe the bug** Followed all the steps mentioned in Readme. Throws error in android : Invariant Violation: requireNativeComponent: "RNCAndroidDialogPicker" was not found in the UIManager. **To Reproduce** Steps to reproduce...
Hi How can i recognize the user see end of list? I want add infinity load on this picker but i cannot access to this props: onEndReachable
**Describe the bug** If you supply a custom style to the `TextInput`, the color of the `TextInput` text placeholder changes to match the non placeholder color. This is very strange,...
**Is your feature request related to a problem? Please describe.** **If the label of selecting item is long it does not show the header of selected string but instead shows...
### YOU MUST FILL OUT EVERY SECTION. INCOMPLETE BUG REPORTS WILL BE CLOSED. **Describe the bug** I have a list of inputs in a single ScrollView. The ScrollView is wrapped...
**Describe the bug** There is an error when I use the RNPicker component **To Reproduce** Steps to reproduce the behaviour: 1. Go to the parent component 2. Click on nothing...
` } placeholder={{ label: "education", value: "", }} value={values.education} onValueChange={handleChange("education")} items={[ { label: "single", value: "single" }, { label: "married", value: "married" }, { label: "widowed", value: "widowed" }, {...
**Describe the bug** The onDonePress should not trigger onClose callback **To Reproduce** Open Picker modal on iOS device Change selected value or do nothing Press the done button onDonePress and...