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
After updating @react-native-picker/picker to version v2.7.7 the onValueChange event stopped working when the user presses the placeholder item. This is an Android only issue.
Describe the bug
After updating @react-native-picker/picker to version v2.7.7 the
onValueChange
event stopped working when the user presses the placeholder item. This is an Android only issue.The issue was cause by this PR: react-native-picker/picker#571
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The
onValueChange
event should be fired consistently in both platforms when the user selects the placeholder item.Screenshots
N/A
Additional details
Reproduction and/or code sample
https://snack.expo.dev/@gurzoni/issue-rnpickerselect---android-not-firing-onvaluechange-for-placeholder-item?platform=android
The text was updated successfully, but these errors were encountered: