picker icon indicating copy to clipboard operation
picker copied to clipboard

Picker is a cross-platform UI component for selecting an item from a list of options.

Results 186 picker issues
Sort by recently updated
recently updated
newest added

In debug mode, it happens most of the time. In release mode, it rarely happens. Here is the logs: ``` 2023-02-01 14:51:57.004808+0300 ...[83201:930071] *** Assertion failure in -[UIPickerTableView _createPreparedCellForGlobalRow:withIndexPath:willDisplay:], UITableView.m:16485...

Host system info **[Github Action]** ``` System: OS: Windows 10 10.0.20348 CPU: (2) x64 Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz Memory: 4.35 GB / 7.00 GB Binaries: Node: 16.19.0...

Hello, My team found out one issue: Keyboard appears for short amount of time (1 second about) and dissapears when user clicks on DatePicker in Mobile Chrome browser. Steps to...

The picker on IOS does not update the selected value correctly when in debug mode. The selected value is updated in state, but is not reflected visually. You must click...

We have extensive tests in Detox. The issue i am facing is being able to scroll picker if the items making up the list are taller (and out of view)...

Getting `Unimplemented component: ` when loading the picker view while having the new architecture (turbomodules / fabric) enabled, but it does work with legacy. No online solution helped (cleaning/reinstalling pods,...

I'm using react-native-testing library for testing the app. In scope of the test I need to fill in the form with proper value in this selector. My attempt to do...

On Android, is it possible to apply `textAlign: right` to the text of the dropdown menu? Shown left aligned on the below screenshot. ![image](https://user-images.githubusercontent.com/38283644/205069872-fc85eed2-2ea1-4c92-b4be-19f8c8baf532.png) Have tried everything I can think...

Can we add support for Mac catalyst. Current the picker looks like the iOS picker and when running under catalyst it should have the same look as macOS. Just asking...

The picker remains enabled when I add the prop enabled={false}. I want to disabled the movement of the picker under certain conditions: { { if (itemValue === 'add') { setIsAdding(true);...