Callback when typing of detectable text is finished
Opened this issue · 3 comments
santa112358 commented
Necessary to close suggestion list opened by onDetectionTyped
santa112358 commented
Implemented in v1.0.7
ravsom commented
Great, thanks @santa112358 ; that is very helpful
ravsom commented
Having tried this - as the onDetectionFinished
is invoked in the build cycle of the HashTagTextField
this is causing issues while trying to setState
.
Would it be possible to invoke this event handler in a different thread or cycle rather than the build phase?