How to make the browser detect the username-field when prompting to store the credentials
We have an username-password based authentication using Flutter web. When we enter username and password, the Browser prompt for saving credentials dialog doesn’t fill (or detects) username but it detects password field. Is there any property I can set on TextFormField
so username field can be detected for saving in prompt?