Hi,
When I am changing value form the control with the keypad the keypad submit button is a next button so it tries to focus on the next element so i get this error
" java.lang.IllegalStateException: focus search returned a view that
at android.widget.TextView.onKeyUp(TextView.java:6413)
at android.view.KeyEvent.dispatch(KeyEvent.java:2931)
at android.view.View.dispatchKeyEvent(View.java:9960)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1630)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1630)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1630)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1630)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1630)
................."
I'm using Xamarin Forms 3.4.0.1029999
Syncfusion.Xamarin.SfNumericUpDown: 16.2.0.50
`<sfNumeric:SfNumericUpDown FontSize="36" Value="{Binding Amount, UpdateSourceEventName=PropertyChanged}"
ParsingMode="Decimal"
WidthRequest="150"
StepValue="1"
SelectAllOnFocus="True"
SpinButtonAlignment="Both" />