-
-
Notifications
You must be signed in to change notification settings - Fork 940
Closed
Description
First of all, I'd like to thank you for this wonderful library. Great work 👍
Now about the issue:
Let's say I have a text field cell. Unless the focus moves away from the text field (ie: the keyboard has been dismissed or the user went to the next text field), [[self.form formRowWithTag:@"title"] value] returns nil regardless of the contents of the text field. That would be wrong if the text field's text is not empty. So consider this scenario:
- The user taps on the text field
- The user enters a value
- The user taps on the "Done" button
At this point, there is a problem because the value of the text field is nil even though it shouldn't be.
Metadata
Metadata
Assignees
Labels
No labels