Flutter UI Password autocomplete support #8161
Unanswered
alarmatwork
asked this question in
Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
it looks like flutter (web) now support autocomplte and option to hint password manager that this is a new password.
It would be super cool to have this option enable with email/password form wtih TextField
autofillHints: [AutofillHints.username]
autofillHints: [AutofillHints.newPassword]
autofillHints: [AutofillHints.password]
So, the password manager would help to make smart decisions.
More info abot the feature: https://stackoverflow.com/questions/60575967/flutter-web-include-autocomplete
Beta Was this translation helpful? Give feedback.
All reactions