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

After cleared the typed value, popup not shown the entire datasource with ng-template

Sample: https://stackblitz.com/edit/angular-wwjr8b-ga1rp6?file=app.component.ts

Replication procedure:


case1:

1. Run the above sample.

2. Without opening popup, type ‘a’ in the Combobox.

3. Clear using clear icon.

4. Actual output: After cleared the typed value, the entire datasource is not loaded properly.

5. Expected output: Even after cleared the value, the entire datasource should be loaded.


Case2:


1. Run the above sample.

2. Open and close the popup.

3. Type ‘b’ in the input and focus out the control.

4. Now, focus in and clear the value.

5. Open the popup using dropdown icon.

6. Actual output: After cleared the typed value, the entire datasource is not loaded properly.

7. Expected output: Even after cleared the value, the entire datasource should be loaded.