You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Using Undo/Redo (Ctrl+Z / Ctrl+Y) works correctly while NumericUpDown has the initial focus. After losing focus once and refocusing the control, Undo/Redo only changes the displayed value but the binded property is never updated. After losing focus again the displayed value returns to the unchanged binded property value.
Description
Using Undo/Redo (Ctrl+Z / Ctrl+Y) works correctly while NumericUpDown has the initial focus. After losing focus once and refocusing the control, Undo/Redo only changes the displayed value but the binded property is never updated. After losing focus again the displayed value returns to the unchanged binded property value.
To Reproduce
MainWindow:
ViewModel:
Steps to reproduce the behavior:
Expected behavior
The Undo/Redo commands should always correctly change the binded property like the default TextBox already does.
Screenshots

Environment:
Repo
https://github.com/TZM-svat/MahAppsNumericUpDown.git
The text was updated successfully, but these errors were encountered: