migueldeicaza / MonoTouch.Dialog

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

EntryElement should become first responder when row is tapped #210

Closed gregorymartin closed 10 years ago

gregorymartin commented 10 years ago

Tapping anywhere in the row of an EntryElement, even if its outside the text field, should result in the text field for that row becoming the first responder. Compare to the native for for adding an email account in the Settings app.

gregorymartin commented 10 years ago

I was mistaken, this appears to be implemented already, though may not yet be included in the Xamarin install?