You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On IOS, when the picker is scrolled to the beginning, you are able to scroll "above" the first option which sets the value to "null" as a string and shows empty label.
To Reproduce
Steps to reproduce the behavior:
Run the app
Click on RNPickerSelect Component
Scroll to the top and scroll as far above as you can
The value gets set to "null" and the label is blank
Expected behavior
First option should be selected.
Screenshots
n/a
Additional details
Device: iPhone13
OS: iOS 18
react-native-picker-select version: 9.3.1 - it started happening from 9.0.0, on version 8 it works fine
Describe the bug
On IOS, when the picker is scrolled to the beginning, you are able to scroll "above" the first option which sets the value to "null" as a string and shows empty label.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
First option should be selected.
Screenshots
n/a
Additional details
Reproduction and/or code sample
The text was updated successfully, but these errors were encountered: