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!

  • 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

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.