Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AutofillGroup control #848

Open
gbrandt opened this issue Jan 10, 2023 · 4 comments · May be fixed by #3047
Open

AutofillGroup control #848

gbrandt opened this issue Jan 10, 2023 · 4 comments · May be fixed by #3047
Assignees
Labels
controls feature request Suggestion/Request for additional feature

Comments

@gbrandt
Copy link

gbrandt commented Jan 10, 2023

when creating an authentication page, my browser never asks me if it can save the password for me.

There is an HTML property for TextField: autocomplete="username" and autocomplete="current-password" that appears to turn this feature on in browsers. Can we add a property in Textfield to add this to the final HTML? (https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete). and here is a stackoverflow answer for flutter: https://stackoverflow.com/questions/67448771/flutter-autofill-login

@FeodorFitsner
Copy link
Contributor

Good suggestion!

It requires implementing of AutofillGroup widget.

@FeodorFitsner FeodorFitsner changed the title Allow username and passwords to be saved by browser AutofillGroup control Jan 11, 2023
@gbrandt
Copy link
Author

gbrandt commented May 11, 2023

I have a user that is attempting to use 1Password on Safari MacOS to fill in user name and password. Since our username and password are not in an autofill group it fails.

Probably a Safari issue, but after 1Password fails to file the email text input then refuses keystrokes until the user clicks in the password field and back again.

@FeodorFitsner FeodorFitsner added enhancement Improvement/Optimization controls labels May 11, 2023
@gbrandt
Copy link
Author

gbrandt commented Jul 13, 2023

Any chance of getting this looked at for 0.9.0?

@FeodorFitsner
Copy link
Contributor

Sure!

@ndonkoHenri ndonkoHenri added feature request Suggestion/Request for additional feature and removed enhancement Improvement/Optimization labels Mar 3, 2024
@ndonkoHenri ndonkoHenri self-assigned this Apr 17, 2024
@ndonkoHenri ndonkoHenri linked a pull request Apr 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
controls feature request Suggestion/Request for additional feature
Projects
Status: 👀 In review
Development

Successfully merging a pull request may close this issue.

3 participants