Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, 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

When we use the Tab key to select the list from the Mention popup to insert into the RichTextEditor, the mention character is not removed while inserting the selected list. We need to resolve this issue. 

Replication Procedure: 

  • Run the sample.
  • Now place the cursor at the end of the content.
  • Type the @ symbol to open the mention popup list.
  • Select a list and use the Tab key to insert.
  • Now you can see the @ symbol before the selected item.

Sample : https://stackblitz.com/edit/ngk9pf-ewrhpn?file=package.json,index.html

Current Behavior : When using the Tab key to insert the Mention list into the RichTextEditor, the mention character is not removed before the item.

Expected Behavior : When using the Tab key to insert the Mention list into the RichTextEditor, the mention character should be removed before the item.