-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hotfix for DateTimePicker/TimePicker (#2710)
* Add changes from @xxMUROxx - Binding should now work correctly in both directions - [Fix] Issue where clearing text does not immediately set value to "" - Add Unit-Test for DateTimePicker - [Fix] Issue where Hour 0 is not shown when using 24h clock - [Fix] Issue where Binding issues on DateTimePicker/TimePicker are shown on the output window - [Fix] Change DateTimePicker.SelectedDate to BindsTwoWayByDefault. The reason is that we do not have to use Mode=TwoWay explicit, and DatePicker.SelectedDate has BindsTwoWayByDefault too. * [Fix] Failing Unit Test in PR #2710 (#2711) * SetDatePartValues only if datetime is not null * Add changes to 1.4.0.md
- Loading branch information
Showing
6 changed files
with
194 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.