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!

0
Votes

1.Why this issue is not noticed in earlier testing?

No test case is added for this issue.

2.What is the action to avoid these types of issues in future?

Adding test case and ensure automation

3.Replication steps

open Blazor editor, insert  a formfield.

double click it and try to change the "Name", it couldn't be changed.

Also cross-check the

await container.DocumentEditor.GetFormFieldNamesAsync();

4.Root cause

The modified value in the bookmark name text box in UI is not bound with the property. Use the “@bind-value” attribute to bind the value and the property instead of using the "Value" attribute, so that the value is updated both in UI and in property.