File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ When the user selects an item from the dropdown:
9898 if (args .Item .Text != null )
9999 {
100100 var value = _mergeData .FirstOrDefault (md => md .Text == args .Item .Text )? .Value ;
101- string htmlContent = $" <span contenteditable=\" false\" class=\" e-mention-chip\" ><span>{{{{ {value }}}}}</span></span>
101+ string htmlContent = $" <span contenteditable=\" false\" class=\" e-mention-chip\" ><span>{{{{ {value }}}}}</span></span>" ;
102102 var undoOption = new ExecuteCommandOption { Undo = true };
103103 this ._mailMergeEditor .ExecuteCommandAsync (CommandName .InsertHTML , htmlContent , undoOption );
104104 await this ._mailMergeEditor .SaveSelectionAsync ();
@@ -229,4 +229,4 @@ This ensures all placeholders are dynamically replaced without manual editing.
229229
230230## Related resources
231231
232- [ Mention Control Guide] ( https://blazor.syncfusion.com/documentation/mention/getting-started-webapp )
232+ [ Mention Control Guide] ( https://blazor.syncfusion.com/documentation/mention/getting-started-webapp )
You can’t perform that action at this time.
0 commit comments