-
Notifications
You must be signed in to change notification settings - Fork 168
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
On change not working in android #110
Comments
same issues happening with me.Any solution? |
I also have this issue, but to me it doesn't work on iOS and works correctly on Android. At first when I preselect a value it is selected, when I open the dialog again and select another element the onChange callback is called with the previous value selected. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The onChange callback function is not working properly in android but works well on iOS, on first click it works, but I change to a new value, it doesn't update like it should
The text was updated successfully, but these errors were encountered: