react-native-picker / picker

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

onValueChange doesn't call on first item at first time #415

Open MarufSharifi opened 2 years ago

MarufSharifi commented 2 years ago

I need to call onValueChange the first time when use click on first item, but it doesn't call onValueChange for first item at first time the items dialog shows, does any one had this problem, any workaround or suggestion

Carl-MONNERA commented 1 year ago

In my case it was due to the placeholder props set to {}