We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac7127 commit 52c91faCopy full SHA for 52c91fa
lib/src/presentation/widgets/sign_in_text_fields.dart
@@ -59,6 +59,7 @@ class EmailTextFormField extends StatelessWidget {
59
final emailAddress =
60
context.select((SignInHandlerState state) => state.emailAddress);
61
return TextFormField(
62
+ keyboardType: TextInputType.emailAddress,
63
decoration: decoration ??
64
InputDecoration(
65
prefixIcon: const Icon(Icons.email),
0 commit comments