We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca3770 commit e592361Copy full SHA for e592361
iOS/Classes/HKFormController.m
@@ -395,6 +395,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
395
{
396
cell.formField.keyboardType = UIKeyboardTypeEmailAddress;
397
cell.formField.autocapitalizationType = UITextAutocapitalizationTypeNone;
398
+ cell.formField.autocorrectionType = UITextAutocorrectionTypeNo;
399
}
400
else if ( [[child objectForKey:@"keyboard"] isEqualToString:@"phone"] )
401
0 commit comments