Browse Source

Fix capitalization on email entry screen

Vishnu Mohandas 4 years ago
parent
commit
ce8777cf27
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lib/ui/email_entry_page.dart

+ 2 - 1
lib/ui/email_entry_page.dart

@@ -58,7 +58,8 @@ class _EmailEntryPageState extends State<EmailEntryPage> {
               },
               autofocus: true,
               autocorrect: false,
-              keyboardType: TextInputType.name,
+              keyboardType: TextInputType.text,
+              textCapitalization: TextCapitalization.words,
             ),
             Padding(padding: EdgeInsets.all(8)),
             TextFormField(