ListView of NumberBox with Minimum constraint corrupts value when ordered #10182
Labels
area-NumberBox
NumberBox Control
bug
Something isn't working
team-Controls
Issue for the Controls team
Describe the bug
ListView can change values of underlying data if it contains NumberBox with Minimum constraint. It is possible to assume this extends to other inputs with contraints as well.
Steps to reproduce the bug
MainWindow.xaml:
MainWindow.xaml.cs:
Expected behavior
Ordering items inside ListView should not cause values to change.
Screenshots
NuGet package version
None
Windows version
No response
Additional context
Cross-Post from: https://stackoverflow.com/questions/79203554/listview-of-numberbox-with-minimum-constraint-corrupts-value-when-ordered
Replacing whole collection with new, sorted list also causes this behaviour to happen.
The text was updated successfully, but these errors were encountered: