searchable_dropdown
searchable_dropdown copied to clipboard
On change not working in android
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
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.
After further investigation seems like this is a duplicate of #55, and there is already a PR #84
After further investigation seems like this is a duplicate of #55, and there is already a PR #84
I tested that PR and works well for me. I am using this PR code on my app now. Hope that this PR be applied soon.