I am using the Material Visual library in my Xamarin forms application, I am able to set Title or Placeholder on other entry fields such as the regular picker and the entry fields etc. There is no property i am able to set for this on the date picker which results in non-uniform UI.
I should be able to set the floating title via XAML or c sharp.
There is no property to set
Note this is the case for the TimePicker control using Material visual as well.
@JamesRoche Aw ok... There's not even a property :-/ that is annoying
Is there any plans on this or do I need to implement a CustomRenderer ?
I'm on Xaramin.Forms 4.6.0(.726) and Xamarin.Forms.Visual.Material V4.6.0(.726)
No "Title" property on DatePicker and TimePicker yet :

Thanks
@PureWeen I have been working on a pull request for a place holder property but my issue has been closed can this be assigned to me to avoid this being closed as already working on it ?
@brminnick can this issue be assigned to me please as in the process of doing a pull request for the community for this.
Is there any plans on this or do I need to implement a CustomRenderer ?
I'm on Xaramin.Forms 4.6.0(.726) and Xamarin.Forms.Visual.Material V4.6.0(.726)
No "Title" property on DatePicker and TimePicker yet :
Thanks
I have already done a pull request for this was working on something Similar will work on iOS and Android for now.