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
**Describe the bug** I need trigger open Picker from button. I used togglePicker and it's nice on ios but not working on android. Please help me any solution ? **Additional...
**Describe the bug** Select window doesn't close when clicked outside or done is pressed. **To Reproduce** Create a simple select box and try to use it. **Expected behavior** Select View...
**Describe the bug** Invariant Violation: requireNativeComponent: "RNCAndroidDialogPicker" was not found in the UIManager **To Reproduce** Steps to reproduce the behavior: ``` Home Page console.log(value)} useNativeAndroidPickerStyle={false} items={[ {label: 'Football', value: 'football'},...
Good day, How I can change fontSize in dropdown item? These are my styles: ``` style={{ inputAndroidContainer: this.localStyles.viewContainer, inputAndroid: this.localStyles.pickerTextStyle, inputIOSContainer: this.localStyles.viewContainer, inputIOS: this.localStyles.pickerTextStyle, }} pickerProps={{ mode: 'dropdown', itemStyle: this.localStyles.pickerTextStyle,...
This is a nice library and works well with IOS. Is it possible to set maxHeight/Height for the picker dialog on Android? I have a long selection list and it...
**Sometimes picker does not respond on click.** When clicking the first time on picker it always responds properly. Then next clicks do not make picker to popup. On Android works...
**Is your feature request related to a problem? Please describe.** I want to render different icons for closed and open picker. For example, `V` for closed state and `^` for...
**Describe the bug** Closing the picker (on iOS) causes screen to become unresponsive. This is because it uses a Modal underneath the hood. There is an issue with modals on...
Hi, Great library! Do we have to add an accessibilityLabel for the options as well? Now all the options have the same `resource-id="android:id/text1"`. I feel it's better if they are...