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!

3
Votes

Issue 1:

When selecting a mention with Tab, if there are other mentions in the same line of text, part of the line of text or the entire line of text is replaced by the new mention tag.

Replication procedure:

  1. Run the sample.
  2. Clear the RTE values.
  3. Open the mention suggestion list and select any value.
  4. Then type any values again open the popup and select the value by using “Tab” key.
  5. Now see the issue, typed text replaced with the mentioned value.

Issue 2:

Selecting a mention with tab will insert the new tag, but will not remove the mention text that was already typed. For example, if I were to type "A line with a @men" and would press tab to insert a mention with the name "mention", then the line will become "A line with a @men@mention".

Replication procedure :

1.   Run the Sample.

2.  Start type “A line with a @men”  and press the Tab key.

3.  Now see the issue, line will become "A line with a @men@mention".



Issue 3: “OnFilering” action not performed as expected.

 

Replication procedure :

1. Run the sample.

2. Set the debugger in “OnFiltering” event. In “MentionFilteringEventArgs” the FilteredData value returned as null.