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

When we clear the filtering text from the filter input then the whole list is not shown properly. This issue only occurs on template support. Please find the details below,


Issue reproducing sample (template option): https://stackblitz.com/edit/feekmy?file=index.ts


Working fine sample (Normal rendering): https://stackblitz.com/edit/ky3kmv?file=index.ts


Replication procedure:


1. Run the sample

2. Open the popup.

3. Type “b” in the filtering input.

4. Now, “No records found” is shown in the popup.

5. Now, clear the entered value using the clear icon.

6. Now, the previously searched item is shown in the popup instead of showing all items in the popup.


Note: The same case is working fine when clear the value using the backspace key from the keyboard.