ScottyLabs / tartanhacks_dashboard_v2

3 stars 7 forks source link

[Feature] Password AutoFill not working correctly on the login form #84

Closed rlyss closed 1 year ago

rlyss commented 1 year ago

Description

When I’m filling in the login form, my keyboard should recognize I’m trying to log in to TartanHacks and suggest the TartanHacks account that I already have. Also, when selecting an account, both the email and password fields should be filled automatically (currently, only the password field is filled, even though my password manager knows my email for the website). This could be implemented with Flutter using AutofillGroup: https://api.flutter.dev/flutter/widgets/AutofillGroup-class.html

Designs

No response