Skip to content

Disable IME extract UI for Compose TextFields #1013

@jeremybernstein

Description

@jeremybernstein

The IME's fullscreen "extract" editing mode doesn't sync well with Compose text state, causing stale/duplicate text in the composition overlay (e.g. when deleting mid-word with GBoard). We should opt out of it via IME_FLAG_NO_EXTRACT_UI and centralize ImeAction.Done + clearFocus() for single-line fields to eliminate per-callsite boilerplate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions