Hello,
I have a Xamarin.Forms Android app in which I am attempting to install the Syncfusion SfNumericUpDown control.
If I configure the control without explicit Minimum and Maximum constraints, its editing functionality works correctly.
Equally, if I apply range constraints via a Style, it also works correctly and the constraints are respected.
However, if I apply Minimum or Maximum values directly to the control, it prevents the spinner buttons from changing the control value (even when the control value is within the permitted range).
Is this a bug in the control or something that I am doing wrong?
Thanks,
Tim