merge 4.0.0 into master
authorShaneN <shane94@hotmail.com>
Mon, 8 Apr 2019 19:17:37 +0000 (13:17 -0600)
committerShaneN <shane94@hotmail.com>
Mon, 8 Apr 2019 19:17:37 +0000 (13:17 -0600)
1  2 
Xamarin.Forms.Material.Android/MaterialEditorRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/ImageRenderer.cs
Xamarin.Forms.Xaml/XamlParser.cs

@@@ -28,8 -27,6 +28,7 @@@ namespace Xamarin.Forms.Material.Androi
                        var view = inflater.Inflate(Resource.Layout.TextInputLayoutFilledBox, null);
                        _textInputLayout = (MaterialFormsTextInputLayout)view;
                        _textInputEditText = _textInputLayout.FindViewById<MaterialFormsEditText>(Resource.Id.materialformsedittext);
-                       UpdatePlaceholderText();
 +                      _textInputEditText.ImeOptions = ImeAction.Done;
  
                        return _textInputLayout;
                }
Simple merge