Skip to content
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

DateTimePicker Update #7

Closed
ChasDouglass opened this issue Jun 30, 2017 · 5 comments
Closed

DateTimePicker Update #7

ChasDouglass opened this issue Jun 30, 2017 · 5 comments

Comments

@ChasDouglass
Copy link

I am using the DateTimePicker control allowing both user entry directly into the control, and an "injected" value based on a menu selection. When the menu selection sets the "dateTimeValue" the display is only updated (apparently) if the date changes. If just the time changes, the control does not show the change.

For instance, if the control is currently showing "06/30/2017 12:15" and my menu item sets "dateTimeValue" to LocalDateTime().now() then the field will not show the change all day on 6/30. If I set a LocalDateTime where the date is different into dateTimeValue then the field updates correctly.

@edvin
Copy link
Owner

edvin commented Jul 1, 2017

Thanks for reporting. I have committed a fix for it now. Can you check if this resolves the issue for you?

@ChasDouglass
Copy link
Author

Thanks, this does fix the problem.

@edvin
Copy link
Owner

edvin commented Jul 1, 2017

Great! Can you use the snapshot in your project for now or do you need a release?

@ChasDouglass
Copy link
Author

I'm fine using the snapshot I made locally, thanks!

@edvin
Copy link
Owner

edvin commented Jul 2, 2017

Perfect! Thanks for getting back to me.

@edvin edvin closed this as completed Jul 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants