-
Notifications
You must be signed in to change notification settings - Fork 704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
default selection on pickerview not working ? #81
Comments
i have figured out how to make that work. @subhash08 Okay so what is this action doing? first I set the preselected values. In case the user does not move the picker those values are going to be maintained. Otherwise, the picker.selectedrow method is going to update the value of weight and the same for the weightUnit.
|
I show the picker view and press done. The call back of done button not called untill I did not scroll the pickerview.
The text was updated successfully, but these errors were encountered: