-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TimePicker reset on clock/popup click #3931
Comments
Hi @TheCamel , which version of MahApps do you use? It would be the best, if you use the Bug-Template next time. If you can share a sample App it might also be useful. Thank you & Happy coding |
sorry for the issue template, version 2.2.0 I cannot compile the latest source of Demo (all errors related to time control or textboxhelper) and also had unexplained troubles with themes when i try to update from 1.6.5 to 220 :-) |
@TheCamel please read this: https://mahapps.com/docs/guides/migration-to-v2.0 . I think it explains much about what is going on with |
Thanks, i allready seens that one, but had trouble with the Styles/Themes/Dark.Blue.xaml |
I achieve to build the lastest source and you have the same problem with the time control (latest in the right panel ) in the demo application: click the clock and change the time, validate; it is ok |
Hi @TheCamel , thank you for this updated comment 👍. I can now reproduce this issue with the latest demo. Happy coding |
Hi @timunie , |
hi, by the way I find it unfortunate that the control manages a DateTime and not a TimeSpan; the most logical unit of time in base is an "integer / long"; i don't want to manage a string or a date to store a time / hour for scheduling; this will lock me to the 165, do i have to create a feature request? |
sorry, it's a mistake. I let you manage the status when done :-) |
Each click on the clock to open the dropdown send a new value as 'null', something wrong ? Time is a "DateTime?" property
<MahApps:TimePicker SelectedDateTime="{Binding Time}"
SelectedTimeFormat="Short"
PickerVisibility="HourMinute" HandVisibility="HourMinute"
/>
was working with the 1.6.5 version
The text was updated successfully, but these errors were encountered: