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

case 1: The default filtering does not work as expected when multiselect checkbox mode and item template property are enabled.

case 2: The default filtering does not work as expected when multiselect in all modes with item template property enabled.


Sample link: https://stackblitz.com/edit/angular-2xvj6p?file=app.component.html


Replication procedure:

1. Run the sample.

2. Search “a” in the filter bar text input

3. Now clear the “a” text.

4. See the issue

Expected: initial total list is needed to load

Output: only load the search resulted lists.