Thank you for the follow-up. I've added DateTimePicker tag for the Telerik UI for .NET MAUI product.
1 Answer, 1 is accepted
0
Yana
Telerik team
answered on 12 Apr 2022, 12:30 PM
Hi Daniel,
Thank you for pointing that issue with the selection in DateTimePicker - the problem actually comes from the custom DisplayLabelStyle and the applied Margin which is not suitable as it offsets the Label out of the picker input. Default Margin is platform-dependent and is set like this:
You can just remove the Margin setting from the DisplayLabelStyle as well as PlaceholderLabelStyle in order to use the default values. I am going to update the articles as well.
As to the articles - yes, you can use use only PopupSettings in case you're using Popup PickerMode and DropDownSetting in case of DropDown PickerMode. I am going to update the snippets to avoid the confusion.
In https://docs.telerik.com/devtools/maui/controls/datetimepicker/styling/popup-styling
has both popup and dropdown styling.
In https://docs.telerik.com/devtools/maui/controls/datetimepicker/styling/dropdown-styling
has both popup and dropdown styling.
Is need to be fix , no ?
these tags.