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!

1
Vote

When type some value and press the enter key the data manager call was initiated without typing the mention char '@'.

The same issue also occurred in JS platform also.



Replication Procedure : 

  1. Run the sample
  2. Open the Network tab in Inspect window.
  3. Type some value and press the Enter key.

Expected : The data manager call was only made in mention char typed case only.

Actual : The data manager call was not only made in mention char typed case only also made in Enter typed cases.