CodePudding user response:
This is autofillHints property. I think you set this argument to AutofillHints.email check it.. or remove
https://api.flutter.dev/flutter/material/TextField/autofillHints.html
CodePudding user response:
You can add a password keyboard and all suggestions would be hidden
keyboardType: TextInputType.visiblePassword
