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

ClearAll icon is not working from second time when programmatically assign value and allowFiltering true

Sample: https://stackblitz.com/edit/angular-hhu7hl-vtq2pw?file=app.component.html

Replication procedure:

1. Run the above sample

2. Click on “APPLY” button, Golf is updated in input.

3. Now clear the value using clear icon, the input cleared as expected.

4. Again click on the “APPLY” button, Golf is updated in the input.

5. Now again click on the clear icon to clear the input.

6. Actual: The input is not cleared.

7. Expected: The input value should be cleared.