chrismiles / EZForm

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

Observe UIControlEventAllEditingEvents to commit UITextField text to model #75

Closed raven closed 9 years ago

raven commented 9 years ago

This fixes an underlying change in iOS 8 where UITextFields do not post UIControlEventEditingChanged for autosuggest completes.

jessedc commented 9 years ago

Thanks Pete!

tomwilsn commented 9 years ago

Nice one