In my ViewModel I’m using CommunityToolkit.Mvvm.
I have the following property:
I have a validation that, if it fails, the newValue must not be assigned to _units.
In my view I’m using Syncfusion.Maui.Toolkit.NumericUpDown to set the unit.
When the validation does not fail, OnUnitsChanging works correctly.
However, when the validation fails, OnUnitsChanging enters a loop.
What am I doing wrong?