You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not the same as what UITextView delegate did.
What are the steps to reproduce?
Finish a multi-stage input.
What is the expected behavior?
When shouldChangeText(in range: NSRange, replacementText text: String) or textViewDidChange(_ textView: TextView) called, textView.markedTextRange should be nil if multi-stage input finished.
The text was updated successfully, but these errors were encountered:
What happened?
When I'm dealing with textViewDidChange
It's not the same as what UITextView delegate did.
What are the steps to reproduce?
Finish a multi-stage input.
What is the expected behavior?
When
shouldChangeText(in range: NSRange, replacementText text: String)
ortextViewDidChange(_ textView: TextView)
called,textView.markedTextRange
should be nil if multi-stage input finished.The text was updated successfully, but these errors were encountered: