Skip to content

Commit e592361

Browse files
committed
removed autocorrect form email field
1 parent 6ca3770 commit e592361

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iOS/Classes/HKFormController.m

+1
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
395395
{
396396
cell.formField.keyboardType = UIKeyboardTypeEmailAddress;
397397
cell.formField.autocapitalizationType = UITextAutocapitalizationTypeNone;
398+
cell.formField.autocorrectionType = UITextAutocorrectionTypeNo;
398399
}
399400
else if ( [[child objectForKey:@"keyboard"] isEqualToString:@"phone"] )
400401
{

0 commit comments

Comments
 (0)