[iOS] Entry should not pass a newline to the next responder (#397)
authoradrianknight89 <adrianknight89@outlook.com>
Thu, 22 Dec 2016 18:46:57 +0000 (12:46 -0600)
committerJason Smith <jason.smith@xamarin.com>
Thu, 22 Dec 2016 18:46:57 +0000 (10:46 -0800)
commit0c87fcff41bef841f83ef62de5cdc3d821980d33
treea0ec542fda6603344b4ee0729a1a8db1e184bfaf
parent9d2290b2ac6753b037edfc9f0b1cfeaa69c5d815
[iOS] Entry should not pass a newline to the next responder (#397)

* UITextField should not return so that the next field does not get passed a newline

* Added code sample
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla33248.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Xamarin.Forms.Controls.Issues.Shared.projitems
Xamarin.Forms.Platform.iOS/Renderers/EntryRenderer.cs