Fix capitalization on email entry screen
This commit is contained in:
parent
89566858ea
commit
ce8777cf27
1 changed files with 2 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue