Hi,
Xamarin forms : V 2.3.3.175
SfNumericUpDown: V 14.4.0.15
When I enter more than 2 digits in the entry field, the focus is trapped in the entry and no other inputs are accepted. The app must be shut down.
Binding to an integer property in viewmodel. The following line shows the config of the control (N0 to avoid the floating point)
<xForms:SfNumericUpDown Grid.Column="1" Grid.Row="0" Value="{Binding IntValue}" ParsingMode="Decimal" MaximumDecimalDigits="0" FormatString="N0" SpinButtonAlignment="Left" />
When pausing the app in VisualStudio, there are about 10.000! tasks scheduled, looks like a recursive call of something to me.
Not Flagged 44028 Scheduled [Scheduled and waiting to run] Task.ContinueWith: <WatchForError>b__0
Not Flagged 44027 Scheduled [Scheduled and waiting to run] WinRT Operation as Task
Not Flagged 44026 Scheduled [Scheduled and waiting to run] Task.ContinueWith: <WatchForError>b__0
Not Flagged 44025 Scheduled [Scheduled and waiting to run] WinRT Operation as Task
Not Flagged 44024 Scheduled [Scheduled and waiting to run] Task.ContinueWith: <WatchForError>b__0
Not Flagged 44023 Scheduled [Scheduled and waiting to run] WinRT Operation as Task
......
Not Flagged 34032 Scheduled [Scheduled and waiting to run] Task.ContinueWith: <WatchForError>b__0
Not Flagged 34031 Scheduled [Scheduled and waiting to run] WinRT Operation as Task
Not Flagged 34030 Scheduled [Scheduled and waiting to run] Task.ContinueWith: <WatchForError>b__0
Not Flagged 34029 Scheduled [Scheduled and waiting to run] WinRT Operation as Task