How to set Placeholder Text and Placeholder Color in Editor
in Xamarin Forms.
It has no default Functionality or Properties how to customize it?
Reference documentation : Xamarin Forms Editor
How to set Placeholder Text and Placeholder Color in Editor
in Xamarin Forms.
It has no default Functionality or Properties how to customize it?
Reference documentation : Xamarin Forms Editor
Set the placeholder string to your Editor's Text in Xaml Then in Code behind file:
You will need a custom renderer for that (Here is the Android Custom Renderer) you will need another renderer for iOS:
And for the color you may need something like this (Android):
There already a thread for this in the Xamarin Forums: https://forums.xamarin.com/discussion/20616/placeholder-editor
And more about Custom Renderers information below: https://developer.xamarin.com/guides/xamarin-forms/custom-renderer/