City-of-Bloomington / open311-ios

GeoReporter iOS source code. Native iOS smartphone client app for Open311 API civic issue reporting.
http://open311.org
Other
23 stars 22 forks source link

Finish editing text fields when taping "Send" button for sending a report #189

Closed mariusc closed 10 years ago

mariusc commented 10 years ago

For example: the report has 2 fields: location and description of problem. Only the description of problem is mandatory. The user starts typing in the description of problem field. Then he taps directly "Send".

He will get an error for not entering the problem description. The cause of this is that the problem description is "recorded" only when the text field is finished editing, which, in the above case, is not.