-
Notifications
You must be signed in to change notification settings - Fork 29.5k
Open
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsplatform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform teamtriaged-webTriaged by Web platform teamTriaged by Web platform team
Description
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.
saibotma, a-h-mzd, thiagocarvalhodev, JaredEzz, ozz-rjq and 8 more
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsplatform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform teamtriaged-webTriaged by Web platform teamTriaged by Web platform team