[Core] Move TextProperty, ITextElement, and IPlaceholderElement to InputView (#4477)
authorJoe Manke <jmanke1227@gmail.com>
Wed, 11 Sep 2019 08:41:06 +0000 (03:41 -0500)
committerStephane Delcroix <stephane@delcroix.org>
Wed, 11 Sep 2019 08:41:06 +0000 (10:41 +0200)
commitbde233fe9e795de04f514ab1b524893051c8b54f
treed73e0bd3c39a9c0656068e2e0af56dfebd2cc830
parent11e579ea3cec27379b58d8b7198a8974581851dc
[Core] Move TextProperty, ITextElement, and IPlaceholderElement to InputView (#4477)

* Implement IPlaceholderElement and ITextElement on InputView

* Move Text property and TextChanged event to InputView

* Default binding mode of TwoWay on InputView.TextProperty
Xamarin.Forms.Core/Editor.cs
Xamarin.Forms.Core/Entry.cs
Xamarin.Forms.Core/InputView.cs
Xamarin.Forms.Core/SearchBar.cs