react-native-picker-select icon indicating copy to clipboard operation
react-native-picker-select copied to clipboard

🔽 A Picker component for React Native which emulates the native <select> interfaces for iOS and Android

Results 125 react-native-picker-select issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Picker has function prop "onValueChange" as per expectation it should work like click event, when ever someone select value, but i found this event execute all the...

bug

**Describe the bug** `onOpen` doesn't trigger when the user tap on the text. **Expected behavior** `onOpen` should trigger when you tap anywhere inside the select area. **Screenshots** "n/a" **Additional details**...

**Describe the bug** Setting property `useNativeAndroidPickerStyle` to `false` on the picker causes the dropdown menu of options to appear and immediately disappear upon pressing the component. This issue does not...

**Is your feature request related to a problem? Please describe.** I have a form that needs to be cleared if its valid and ready to send. The only problem is...

I added a new prop `darkTheme` to have a dark theme on the picker (only on **iOS**). I used the same color as the native iOS picker in dark system...

Getting ```js function(): JSX.Element No overload matches this call. Overload 1 of 2, '(props: PickerSelectProps | Readonly): Picker', gave the following error. Type '() => JSX.Element' is not assignable to...

**Describe the bug** I have several pickers in a modal component and everytime I open the picker on iOS and scroll through the list of items, the modal component will...

**Describe the bug** Method **onValueChange** is called multiple times when I dynamically change items of select **To Reproduce** Steps to reproduce the behavior: `const items_1 = [ { label: 'one',...

**Describe the bug** I use the props : `pickerProps={{numberOfLines: 10}}` But my items are still on 1 line with ellipsis. **To Reproduce** Steps to reproduce the behavior: ``` { var...

### Problem On a fresh install and following the readme steps, you end up with 2 versions of `@react-native-picker/picker` installed. The one that you install yourself (the readme says to)...