Welcome to the UWP feedback portal. We’re happy you’re here! If you have feedback on how to improve the UWP, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

2
Votes

When I focus a SFNumerictextBox with the value 10.20 for example, the value changes to 10.2 and I have an unhandledException:

Message = "System.FormatException: String must be exactly one character long.\r\n at System.Char.Parse(String s)\r\n at Syncfusion.UI.Xaml.Controls.Input.SfNumericTextBox.NumericTextBox_TextChanged(Object sender, TextChangedEventArgs e)"


For your information, I am using 2 spaces as sybol of number groupment in regional settings. If I use only one space, it's work fine.