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

2
Votes

Description:

No record found template displayed in the mention component when typing mentionChar without displaying data only when typing enter key.

Sample: https://stackblitz.com/edit/angular-kne1xr-vmklzw?file=src%2Fapp.component.html,package.json

When typing @ after enter key

Initially typing @

Same issue occurs in JS platform.

Demo: https://ej2.syncfusion.com/demos/#/material3/mention/multiple-list.html

Replication Procedure:

  1. Run the sample.
  2. Type anything and click enter.
  3. Now type @

Expected: Popup should display with data

Actual: Popup displayed with no records template.