Skip to content

[web] - Password managers can't autofill until after focusing on inputs due to lazy-loaded inputs #127694

@htoor3

Description

@htoor3

On the web, password managers have the ability to autofill forms either automatically, or manually through context menus and their chrome extensions.

Currently, autofill via password managers in Flutter only work through context menus. This is because input elements are only created after being focused on in our current text editing system. This prevents password managers from filling out forms automatically or through their chrome extensions until after an input in the form is focused on.

One potential solution being explored to resolve this is #120613.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work lista: text inputEntering text in a text field or keyboard related problemsplatform-webWeb applications specificallyteam-webOwned by Web platform teamtriaged-webTriaged by Web platform team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions