We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Fatel Crash after pressing the next button on the keypad

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" />

1 Reply

ET Eswaran Thirugnanasambandam Syncfusion Team March 14, 2019 03:52 AM UTC

Hi Joseph,

Greetings from Syncfusion.

We have checked with your reported issue and this has been fixed in our latest version (16.4.0.54). So please update your nuGet version to latest and check whether issue has been resolved in your side.

Regards,
Eswaran T

Loader.
Live Chat Icon For mobile
Up arrow icon