Completed
Last Updated: 31 Jan 2024 07:55 by ADMIN
Release 6.7.0
Unplanned
Last Updated: 02 Dec 2023 13:49 by Karsten
Created by: Karsten
Comments: 1
Category: TimePicker
Type: Feature Request
1
Provide a way to detect when the selector (popup or dropdown) is toggled - can be useful in cases when the Time property is updated from code-behind to suppress the update in case the selector is shown.
Unplanned
Last Updated: 20 Jan 2023 10:35 by ADMIN
Created by: Bernd
Comments: 1
Category: TimePicker
Type: Feature Request
1

The TimePicker control uses TimeSpan values for all time properties like Time, DefaultHighlightedTime, MinimumTime, MaximumTime, etc.

With .NET 6 a new TimeOnly type was introduced. It would be great if the Time(Only)Picker would support it as well.

For now, I created a custom TimeOnlyToTimeSpan Converter and use it to bind the TimeOnly properties from the ViewModel. But native support would be great.