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.
2 parents f757896 + 97d5cb7 commit 67ca868Copy full SHA for 67ca868
EmailAuth/FirebaseEmailAuthUI/FUIPasswordSignUpViewController.m
@@ -278,6 +278,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView
278
_nameField.secureTextEntry = NO;
279
_nameField.returnKeyType = UIReturnKeyNext;
280
_nameField.keyboardType = UIKeyboardTypeDefault;
281
+ _nameField.autocapitalizationType = UITextAutocapitalizationTypeWords;
282
if (@available(iOS 10.0, *)) {
283
_nameField.textContentType = UITextContentTypeName;
284
}
0 commit comments