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!>
Thanks for joining our community and helping improve Syncfusion products!
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.