Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
When changing the value of an SfTextBox, the value is not shown in the textbox unless I click on it to give it focus or unless I add a line of code "await myTextBox.FocusAsync()"
and this is a new bug, it might be related to .NET 8.0 upgrade.
also when I set the .Enabled=false, it doesn't work anymore.