PickerIOS selectedValue reset when change value #25352
Labels
Bug
Component: PickerIOS
Platform: iOS
iOS applications.
Stale
There has been a lack of activity on this issue and it may be closed soon.
When I change selected option, it resets to first.
For example if this.props.center is C and i have:
A
B
C <-
D
E
I start with C selected, i change to E for example, state on console.log is E but it shows A selected.
React Native version:
0.57.1
Here is my code:
The text was updated successfully, but these errors were encountered: