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.
1 parent 4f0aaa5 commit 97d5cb7Copy full SHA for 97d5cb7
EmailAuth/FirebaseEmailAuthUI/FUIPasswordSignUpViewController.m
@@ -280,6 +280,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView
280
_nameField.secureTextEntry = NO;
281
_nameField.returnKeyType = UIReturnKeyNext;
282
_nameField.keyboardType = UIKeyboardTypeDefault;
283
+ _nameField.autocapitalizationType = UITextAutocapitalizationTypeWords;
284
if (@available(iOS 10.0, *)) {
285
_nameField.textContentType = UITextContentTypeName;
286
}
0 commit comments