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** The select popup closes instantly when the state and selected value changes. If the `value` isn't changed, it will jump back to the specified option of the...

Implements date/time picker functionality by replacing the wrapped Picker with DateTimePicker (@react-native-community/datetimepicker) when `useDatePicker` is `true`. The component interface is unchanged except to add the `useDatePicker` boolean. No tests have...

enhancement

**Describe the bug** As mentioned in issues #79 #80, I too am facing the same exact issue. It basically appears only on an iOS device and that too when I...

**Describe the bug** Placeholder fontFamily go back to default font when picking a selection and later pressing placeholder again. **To Reproduce** Steps to reproduce the behavior: 1. Click on selector...

I have not seen any issues with this, however I am probably not using all of the capabilities of this package. I was having an issue where the placeholder would...

Using itemKey to select a default value, if using a placeholder without a value (which is intended), internal method getSelectedItem fails as it doesn't test the presence of an item.value...

I have been facing an issue due to this misunderstanding for days. So I'm adding a comment in it to avoid having other people facing the same problem. Basically the...

thanks to https://github.com/lawnstarter/react-native-picker-select/issues/112#issuecomment-452924222 This is a breaking change, this should probably be a 2.0

**Describe the bug** For some reason, when using the Android emulator, the picker item list is not showing the item text. The item text is _there_, I think... but it's...

Fixes #531 | Before | After | | ------------- | ------------- | | ![image](https://github.com/lawnstarter/react-native-picker-select/assets/541359/9e5a6848-1238-411a-a97a-9e6bd4fc319b) | ![image](https://github.com/lawnstarter/react-native-picker-select/assets/541359/cb82ef76-e908-4487-af2f-dbe2f20ce711) |