Closed tkddbf7348 closed 5 months ago
@tkddbf7348 I have submittted a temporary fix, it still resurfaces but I am not able to catch it 100% of the time. The cause its unknown at this time Unfortunately :(
I will leave this issue open until we fix it completely, meanwhile please try this fix by adding the following to pubspec.yaml and let me know.
searchfield:
git:
url: https://github.com/maheshmnj/searchfield.git
ref: fix-143
thank you so much! :)
@maheshmnj The branch you fixed works fine on my app! 😊
Thanks for the confirmation @tkddbf7348, I will go ahead and publish this version. Feel free to write back on this issue incase you encounter the error again.
I'm using the searchfield: ^1.0.3 version.
"The specified entry is ready present in the target Overlay." error occurs when tap the field again after tapping the supplement.
In debug mode, only errors occur and move on, but in release mode, the entire screen stops and does not work.
How can I fix it?
Fix)
on onSuggestionTapped()
modified this code
To
It works well without any problems.