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!>
Thanks for joining our community and helping improve Syncfusion products!
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:
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.