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

Currently, when the Unpin button is clicked from the dropdown menu in ChatUI, developers need to manually bind a click event to capture this action. This adds extra complexity and requires DOM manipulation or custom logic.

Need to provide support for built-in event (similar to itemClicked for toolbar actions) that triggers when the Unpin option is selected from the dropdown menu. This will provide a consistent way to handle unpin actions without manual event binding.