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

0
Votes

Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/Anchor_to_AutoComplete35313089


The close event will not be triggered again if the cancel property is set to true; it will only trigger the first time.


Replication procedure :

  1. Run the sample.
  2. Open the popup.
  3. Select any value.

Expected Output: The close event needs to be triggered.

Current Output: The close event is not triggered.



“In Angular ComboBox component also the same issue replicated.
Sample: https://stackblitz.com/edit/angular-khsllf?file=src%2Fapp.component.html,src%2Fapp.component.ts