Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Issue
When holding down the TAB key to quickly change focus across multiple SfNumericEntry controls, the app will eventually crash.
The issue is intermittent and doesn't always present itself so it could be a race condition or threading issue.
Multiple attempts may be required to reproduce the issue.
(Side Note - I have also noticed that a "dotnet clean" is required to rebuild the project after the crash occurs in the debugger.)
Stack Trace
{System.NullReferenceException: Object reference not set to an instance of an object.
at Syncfusion.Maui.Inputs.SfNumericEntry.OnTextBoxPreviewKeyDown(Object sender, KeyRoutedEventArgs e)
at WinRT._EventSource_global__Microsoft_UI_Xaml_Input_KeyEventHandler.EventState.b__1_0(Object sender, KeyRoutedEventArgs e)
at ABI.Microsoft.UI.Xaml.Input.KeyEventHandler.Do_Abi_Invoke(IntPtr thisPtr, IntPtr sender, IntPtr e)}
Sample Repo
https://github.com/digital-black-and-white/dotnet-maui-bug-test/tree/tab-crash