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

(GH-3829) Fix DateTimePicker BindingExpression errors #3830

Commits on May 29, 2020

  1. (GH-3829) Fix DateTimePicker BindingExpression:Path errors

    We use a DatePickerTextBox inside the TimePickerBase which causes these errors with TargetFramework 4.8 and higher.
    The DatePickerTextBox style uses triggers for UseNetFx472CompatibleAccessibilityFeatures, but the Bindings are looking for a DatePicker.
    To fix this we added a new style for our DatePickerTextBox called MahApps.Styles.DatePickerTextBox.TimePickerBase.
    punker76 committed May 29, 2020
    Configuration menu
    Copy the full SHA
    42139a6 View commit details
    Browse the repository at this point in the history