searchable_dropdown icon indicating copy to clipboard operation
searchable_dropdown copied to clipboard

On change not working in android

Open charlesarchibong opened this issue 4 years ago • 4 comments

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

charlesarchibong avatar Dec 01 '20 15:12 charlesarchibong

same issues happening with me.Any solution?

zahidramzan052 avatar Dec 03 '20 08:12 zahidramzan052

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.

neokree avatar Dec 04 '20 08:12 neokree

After further investigation seems like this is a duplicate of #55, and there is already a PR #84

neokree avatar Dec 04 '20 09:12 neokree

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.

ricardopaulob avatar Feb 27 '21 18:02 ricardopaulob