chrismiles / EZForm

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

Bug when use UITextField with autocorrection #70

Open RogyMD opened 9 years ago

RogyMD commented 9 years ago

When is showing a correction and I tap on 'Return' button my string will be replaced with correct string and action that's setted to UIControlEventEditingChanged event isn't perform and here is bug because model value isn't updated. Example: I wrote 'Helo' will be suggested 'Hello' and I tap return button, in text field text is 'Hello' but model value remains 'Helo'. P.S. Sorry for my bad english...