flet
flet copied to clipboard
`AutofillGroup` control
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
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.
Any chance of getting this looked at for 0.9.0?
Sure!