Hello,
I have a Xamarin.Forms Android app in which I am attempting to install the Syncfusion SfNumericUpDown control, data bound to a view model property.
When the page is loaded, the control is correctly populated with the value from the view model property. However, changes to the control value are not passed back to the view model.
I have tried explicitly setting the binding mode to TwoWay but it makes no difference.
If I set a breakpoint on the relevant property setter, it is hit when the page is loaded, but never during interaction with the control.
Is this a bug in the control or something that I am doing wrong?
Thanks,
Tim