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

In the Mentioned component, the select event is triggered for mouse clicks and Enter key selections, but it is not triggered for Tab key selections. When the Tab key is pressed, the focused list item is selected and updated in the target; however, the select event is not triggered.


Sample: 7cjl8s3q (forked) - StackBlitz


Replication procedure:

  • Run the sample.
  • Trigger the Mention popup.
  • Press Tab key.
  • See the console.

Expected Output: The Select event needss to trigger for the `Tab` key selection in the Mention component.

Current Output: The Select event does not trigger for the `Tab` key selection in the Mention component.