Multistage text input does not work with TURecipientBar
YuAo opened this issue · 1 comments
YuAo commented
Great project!
However, I cannot input Chinese in the TURecipientBar.
After a quick investigation, I found that there's a - (void)_manuallyChangeTextField:(UITextField *)textField inRange:(NSRange)range replacementString:(NSString *)string
method which changes the textField's text before a multistage text input completes. TURecipientBar does not work with any other multistage text input method as well.