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!

0
Votes



We observed that when using the itemTemplate in the ComboBox component, if you filter directly without opening the popup initially and then focus out of the component, an empty popup is displayed when you subsequently open the popup. This issue occurs with both local and remote data sources, and we were able to consistently reproduce the behavior in both cases. However, this issue was not replicated in the TypeScript sample.


Replication Procedure:

  • Run the sample
  • Type “na” without open the popup
  • Focusout the component
  • Now open the popup using dropdown icon
  • See the issue

Expected Output: The popup should open with the respective items.

Current Output: An empty popup is displayed.