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

Issue Description:

When we use characters like "[" as a value for MentionChar property, the Mention popup not rendered and also throwing script error at console. Need to resolve this issue

 

Issue reproducing sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/RTE_Server-Mention-bug1258143919

  

Replication Procedure:

  • Run the sample
  • Now type "[" to trigger the Mention popup list.
  • It will not open

 

Current Behavior:

MentionChar property in Mention control doesn't accept the characters like "[" and throwing script errors.

 

Expected Behavior:

MentionChar property in Mention control should accept the characters like "[" and should not throw any script errors.