Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, 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!

1
Vote

In .Net 8 we create a new WPF application, add NuGet package Syncfusion.SfInput.WPF and then in Xaml add the syncfusion namespace and an IntegerTextBox.

(just Width 100 and Height 20 properties).

If we run this, we cannot input a number in the textbox. It just keeps showing 0 no matter what we type.

Also if we add UseNullOption True and start typing it throws an Exception.

If we move back to release 26.2.14 this works fine.