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!>
Thanks for joining our community and helping improve Syncfusion products!
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.