Add functionality to have login form fields autofill at the same time #5494
Labels
Authenticator
Issues related to the Authenticator UI Component
feature-request
A request for a new feature or an enhancement to an existing API or category.
On which framework/platform would you like to see this feature implemented?
Flutter
Which UI component is this feature-request for?
Authenticator
Please describe your feature-request in detail.
The problem I have found is that when using password managers such as Bitwarden or Google Password Manager, every time I want to complete the email and password, I must click on each field and add the specific information. I believe the proper way for autofill should be to complete both fields at the same time.
Autofill_amplify.mov
Please describe a solution you'd like.
A solution to this problem could be to use the AutofillGroup flutter widget. I will provide a link to the documentation of this widget. Adding this widget inside the form, wrapping the group of fields, would solve the problem of individual autofill for each field.
We love contributors! Is this something you'd be interested in working on?
The text was updated successfully, but these errors were encountered: