Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(grid,filtering): clear filter with empty input #3555

Merged
merged 2 commits into from
Nov 5, 2024

Conversation

damyanpetev
Copy link
Member

@damyanpetev damyanpetev commented Oct 25, 2024

In the Filtering samples for Grid & Tree Grid, when you enter a filter value the Filter UI chip on the respective column is added, except when the filter input is cleared it remains with no value:
https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/filtering#angular-grid-filtering-example
image
https://www.infragistics.com/products/ignite-ui-angular/angular/components/treegrid/filtering#angular-tree-grid-filtering-example
image

Technically the same should be applied to the Boston Marathon and Filter template samples, since those do the same, except the UI is not active and thus isn't visible. Strike that, the Filter template samples actually have a check and clear, leaving just the landing grid sample, so I'll just go ahead and update it as well.

@damyanpetev damyanpetev merged commit bc3c431 into vnext Nov 5, 2024
5 checks passed
@damyanpetev damyanpetev deleted the dpetev/filter-sample-input-clear branch November 5, 2024 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants