flet icon indicating copy to clipboard operation
flet copied to clipboard

`AutofillGroup` control

Open gbrandt opened this issue 2 years ago • 4 comments

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

gbrandt avatar Jan 10 '23 22:01 gbrandt

Good suggestion!

It requires implementing of AutofillGroup widget.

FeodorFitsner avatar Jan 11 '23 05:01 FeodorFitsner

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.

gbrandt avatar May 11 '23 18:05 gbrandt

Any chance of getting this looked at for 0.9.0?

gbrandt avatar Jul 13 '23 20:07 gbrandt

Sure!

FeodorFitsner avatar Jul 14 '23 08:07 FeodorFitsner