diff --git a/XLForm/XL/Cell/XLFormDateCell.m b/XLForm/XL/Cell/XLFormDateCell.m index 4dec8ac6..448869ac 100644 --- a/XLForm/XL/Cell/XLFormDateCell.m +++ b/XLForm/XL/Cell/XLFormDateCell.m @@ -86,7 +86,6 @@ -(BOOL)resignFirstResponder XLFormSectionDescriptor * formSection = [self.formViewController.form.formSections objectAtIndex:nextRowPath.section]; [formSection removeFormRow:nextFormRow]; } - return YES; } return [super resignFirstResponder]; }