migueldeicaza / MonoTouch.Dialog

Tools to simplify creating dialogs with the user using MonoTouch
MIT License
431 stars 211 forks source link

Fixed EntryElement.Changed so that it fires when the user changes the text #152

Closed andywhitt closed 11 years ago

andywhitt commented 12 years ago

EntryElement.Changed was not getting fired when a user changes the text (but remains in the UITextField).

ValueChanged is not fired when the user changes the text in a UITextField - needed to be UITextField.EditingChanged.

migueldeicaza commented 11 years ago

I think we have gone back and forth on this one.

See this bug for details of why this does not work:

https://github.com/migueldeicaza/MonoTouch.Dialog/commit/8c4a6e133b17dc6f2ed491d540014485b958cc74