Skip to content

Commit 67ca868

Browse files
author
Chuan Ren
authored
Merge pull request #679 from firebase/auto-cap
Enable auto capitalization on the name field
2 parents f757896 + 97d5cb7 commit 67ca868

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

EmailAuth/FirebaseEmailAuthUI/FUIPasswordSignUpViewController.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView
278278
_nameField.secureTextEntry = NO;
279279
_nameField.returnKeyType = UIReturnKeyNext;
280280
_nameField.keyboardType = UIKeyboardTypeDefault;
281+
_nameField.autocapitalizationType = UITextAutocapitalizationTypeWords;
281282
if (@available(iOS 10.0, *)) {
282283
_nameField.textContentType = UITextContentTypeName;
283284
}

0 commit comments

Comments
 (0)