-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
a: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsd: api docsIssues with https://api.flutter.dev/Issues with https://api.flutter.dev/frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.
Description
The composing feature of Flutter's text editing doesn't seem to be explained anywhere in the docs. The docs linked above simply state:
The range of text that is still being composed.
What this feature does is to support the IME feature that allows replacing the text currently being edited with some replacement. This is used, for example, by non-phonetic writing systems:
And even by Gboard to do suggestions (note the underline in the field and suggestions in the keyboard):
We should explain this in the docs!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
a: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsd: api docsIssues with https://api.flutter.dev/Issues with https://api.flutter.dev/frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.

