소스 검색

Fix capitalization on email entry screen

Vishnu Mohandas 4 년 전
부모
커밋
ce8777cf27
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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(