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

Hello! Would be cool have functionality hide input in picker, only touchable opacity text)

All of them work except the background, but I couldn't get the background color to work. All I want is #000 for the background, but no matter what I tried,...

**Describe the bug** I am using picker-select in form for creating/editing notes. I am fetching `items` from our API. First issue is with create note: - Open picker, can see...

Its not a bug, npm install react-native-picker-select npm install @react-native-picker/picker I want to use both packages at same time, but an getting conflict. Error: Invariant Violation: Tried to register two...

I wanna custom style for an item that has been selected and an item in the select list such as fontFamily, fontSize but after reading your repository, I can not...

**Is your feature request related to a problem? Please describe.** Current behavior on IOS is when scrolling through items, the item value changes on scroll. **Describe the solution you'd like**...

I install the package from https://openbase.io/js/react-native-picker-select and install below packages npm install react-native-picker-select npm install @react-native-picker/picker npx pod-install picker worked well, I can able to run in iOS simulator. But...

This allows to programmatically open the picker on android devices. See open [Issue](https://github.com/lawnstarter/react-native-picker-select/issues/22).

Correção de bug que disparava o metodo onValueChange sempre que um estado era alterado . Tambem foi atualizado a importação do Picker para : { Picker } from '@react-native-picker/picker';

**Describe the bug** Upgrading to `@react-native-picker/picker`'s latest version prevents from using a custom icon in Android, because it never hides the original icon. **To Reproduce** Steps to reproduce the behavior:...