chrismiles / EZForm

iOS form handling and validation library.
MIT License
284 stars 64 forks source link

Update model value on UIControlEventEditingDidEnd #74

Closed tomwilsn closed 9 years ago

tomwilsn commented 9 years ago

I had an issue with my email address on the realestate.com.au app. After a twitter discussion with the developers we determined it was due to my keyboard shortcut for my email address. After a bit more discussion we determined it was an issue with EZForms.

It's a slow day at work here, so here's a pull request to fix it. I just update the model value on UIControlEventEditingDidEnd.

I've never used EZForms so feel free to correct this if this isn't 100% the best way to do it.. seemed to work OK in the example app login screen though :+1:

jessedc commented 9 years ago

Thanks a lot @Kabal! I'll check with the rest of the team and we'll merge this right away.

jessedc commented 9 years ago

This has been solved with #75. Thanks for the prompt!