santa112358/hashtagable

Callback when typing of detectable text is finished

Opened this issue · 3 comments

Necessary to close suggestion list opened by onDetectionTyped

Implemented in v1.0.7

Great, thanks @santa112358 ; that is very helpful

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?