Xamarin.forms: [Bug] Unable to set Title on date picker view.

Created on 21 Feb 2020  路  6Comments  路  Source: xamarin/Xamarin.Forms

Description

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.

Steps to Reproduce

  1. Create a new Xamarin Forms project
  2. Update to the latest stable release
  3. Create a content page
  4. Add a Date Picker control
  5. Try to add a title or placeholder to the xml element

Expected Behavior

I should be able to set the floating title via XAML or c sharp.

Actual Behavior

There is no property to set

Basic Information

datepicker timepicker visual 2 in-progress bug

All 6 comments

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 :
Screenshot_1588603789

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 :

Screenshot_1588603789

Thanks

I have already done a pull request for this was working on something Similar will work on iOS and Android for now.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Sebastian1989101 picture Sebastian1989101  路  59Comments

jassmith picture jassmith  路  69Comments

juepiezhongren picture juepiezhongren  路  66Comments

Giorgi picture Giorgi  路  99Comments

hartez picture hartez  路  178Comments