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
Currently there is no way to know a whole uncommited text when compositing. The current Field.CompositionSelection returns only the part of the uncommitted text region, e.g. when you are editing only "日本" in "日本語" for example. So if you want to render an entire uncommitted text in a special way, we need another API, like Field.UncommittedText or Field.UncommittedTextLength.
Why is this needed?
No response
The text was updated successfully, but these errors were encountered:
Operating System
What feature would you like to be added?
Currently there is no way to know a whole uncommited text when compositing. The current
Field.CompositionSelection
returns only the part of the uncommitted text region, e.g. when you are editing only "日本" in "日本語" for example. So if you want to render an entire uncommitted text in a special way, we need another API, likeField.UncommittedText
orField.UncommittedTextLength
.Why is this needed?
No response
The text was updated successfully, but these errors were encountered: