igniteui-angular icon indicating copy to clipboard operation
igniteui-angular copied to clipboard

The filter value in external filtering is not reset

Open MonikaKirkova opened this issue 1 year ago • 0 comments

Description

The filter value in external excel style filtering is not reset when the same condition is selected as the previous filter

  • igniteui-angular version: 17.2, 18.1
  • browser: n/a

Steps to reproduce

  1. Open this demo
  2. Select ProductName column and click on Text filter
  3. Choose Starts With, enter filter value and apply the filter
  4. Select QuantityPerUnit column and click on Text filter
  5. Choose Starts With as filter condition
  6. Observe the filter value field

Result

The filter value contains the value of the previously applied filter.

Expected result

The filter value input should be empty.

Attachments

igx-grid-external-filter

MonikaKirkova avatar Sep 27 '24 15:09 MonikaKirkova