react-native-picker / picker

Picker is a cross-platform UI component for selecting an item from a list of options.
MIT License
1.5k stars 279 forks source link

[Windows] - Picker overlapping other elements on Windows app #490

Open tgldr opened 1 year ago

tgldr commented 1 year ago

I have an issue on Windows where the picker is overlapping other elements due to its z-index.

Expected behavior: The picker should open without overlapping other elements on the screen, and its z-index should be lower than the other elements on the screen.

I believe that the issue is due to the picker's z-index being higher than the other elements on the screen. I have attempted to adjust the z-index of the picker and the other elements, but have not been successful in resolving the issue.

react-native: <=0.67.2 react-native-windows: <=0.67.14 react-native-picker/picker: <=2.4.8 Windows version: 10

Picker not open: not-open

After Picker open: picker-open